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
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