I am making a cyber cafe system where user have to login their own account and i want to use a field "REMAININGTIME" which determines how much time left they have in their own account database. and it will display in the form as lbl.
form will be look like:
TIME REMAINING: 4 hours 2 minutes
until it will became 0 hours and 0 minutes.
QUestion:
what will the "Data Type" of my Field "REMAININGTIME" Is it should be text or data/time?
If i pass the records to a label how can I get it to countdown until zero min and hour?
I already have one timer and it is use for a live clock. Do i have to make another one?