Is there an equivalent to Thread.Sleep in access- VBA?
|
|
Declare Sub Sleep Lib "kernel32" Alias "Sleep" _ (ByVal dwMilliseconds As Long) Use the following syntax to call the Sleep function:
|
||
|
|
|
Declare Sub Sleep Lib "kernel32" Alias "Sleep" _ (ByVal dwMilliseconds As Long) Use the following syntax to call the Sleep function:
|
||
|