Updating the time with the timer (1 Viewer)

B

baresi

Guest
I am trying to set a field on a form to display the time using =Now() and updating it using the On Timer every second but am having no luck at all.

Any ideas most appreciated.
 
R

Rich

Guest
Create a label called Clock
In the timer event for the form put Clock.Caption = Time
set interval to 1000
 
B

baresi

Guest
Thanks Rich.

Works a treat.
 

Users who are viewing this thread

Top Bottom