J
JON JON
Hello NG,
Is the Wait Method not supported in Access? Any workaround? Please note
that I can not use the onTimer event since I will be using the method within
a loop code somewhat like:
For i = 1 to 10
'my code here
Application.Wait Now() + Timeserial (0,0,1)
next i
TIA
Is the Wait Method not supported in Access? Any workaround? Please note
that I can not use the onTimer event since I will be using the method within
a loop code somewhat like:
For i = 1 to 10
'my code here
Application.Wait Now() + Timeserial (0,0,1)
next i
TIA