H
H. Martins
Hi.
I am using this function to make Access wait a bit:
Private Declare Sub Sleep Lib "kernel32" (ByVal millisecs As Long)
....
Sleep (1000)
The problem is that in the same form, Form_Timer() is running and once
Sleep() starts, the timer stops running (copying some variables to
some text boxes, once, every 125 miliseconds).
Can I have some help, please?
Thanks
H. Martins
I am using this function to make Access wait a bit:
Private Declare Sub Sleep Lib "kernel32" (ByVal millisecs As Long)
....
Sleep (1000)
The problem is that in the same form, Form_Timer() is running and once
Sleep() starts, the timer stops running (copying some variables to
some text boxes, once, every 125 miliseconds).
Can I have some help, please?
Thanks
H. Martins