Having a clock displayed on a Form

atiq

Registered User.
Local time
Today, 18:16
Joined
Apr 11, 2007
Messages
23
i am trying to create a clock with the date that i could display on a form? can someone help me design a basic one? any help would be appreciated
 
Windows has a clock on the TaskBar for free. You would need to use the timer event to keep one up to the second or minute in Access and that takes machine resources and sometimes running the timer event too often causes strange results on your form. Are you sure you want to put a clock on your form?
 
Having a clock on the form does take system resources.....
 

Attachments

And to demonstrate that it can be done, but have a look at the amount of code....
 

Attachments

And to demonstrate that it can be done, but have a look at the amount of code....

Thanks for this examples. i wanted to use both digital and analoge. but the analoge clock zip file that you send doesnt open!

oce again thanks for your help1
 
Ooops, In the StartUp Options, I hid the Db window but forgot to set the Analogue clock as the start up form. try holding down the shift key when opening

Try again.....
 

Attachments

Users who are viewing this thread

Back
Top Bottom