TimerInterval

  • Thread starter Thread starter Karan
  • Start date Start date
K

Karan

Hi all,

I have learned MS Access very resently and still in the process. pls help
me in the following doubts.

I want to put working clock on my Form. Now i learn't that I need to
specify TimerInterval. I really don't know where to find & specify this
TimerInterval. Please also guide to put the below given syntax to the
Label. I got this syntax from Internet. i want this to my form, it will be
very helpful to enter the data.

Private Sub Form_Timer()
Me!lblClock.Caption = Format(Now, "dddd, mmm d yyyy, hh:mm:ss AMPM")
End Sub

Thanks in advance.

Karan
 
Place the form in Design View and click on the Properties
Icon to see the Form Properties. Then click on the Event
Tab and scroll down until you see the property Timer
Interval. The value you enter is in milliseconds.

Hope That Helps
Gerald Stanley MCSD
 
Back
Top