B baresi Guest May 4, 2001 #1 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.
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 May 4, 2001 #2 Create a label called Clock In the timer event for the form put Clock.Caption = Time set interval to 1000
Create a label called Clock In the timer event for the form put Clock.Caption = Time set interval to 1000