working clock??

quasimodo

Registered User.
Local time
Today, 21:01
Joined
Mar 5, 2003
Messages
33
how can i make a working clock which is synchronised with the system clock, to appear in a text box on a form??

Any help appreciated, thanks in advance....
 
Look up these topics in the help files:

Form.TimerInterval
Now() function
Time() function
Form_Timer event
Format$ (topic: user-defined time formats)

Once you have these topics, put two and two together. As can clearly be seen from the list, the answer is five.
 
Doc missed the one you actually want, type Clock in the help file index
 

Users who are viewing this thread

Back
Top Bottom