R
Rob
Hi,
I am trying to update the time on a field in a display. I have read the
other messages and have put the following code :
Sub Form_Open
Me.Timerinterval = 1000
Sub form_Timer()
Msgbox "THIS IS A TeST" VBcritical
I never get the message so I assume the timerinterval is not working ? This
is on a switchboard form - any idea ?
I am trying to update the time on a field in a display. I have read the
other messages and have put the following code :
Sub Form_Open
Me.Timerinterval = 1000
Sub form_Timer()
Msgbox "THIS IS A TeST" VBcritical
I never get the message so I assume the timerinterval is not working ? This
is on a switchboard form - any idea ?