TimerInterval

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
 
G

Gerald Stanley

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top