I need a wait() function - Microsoft Access / VBA
trevor's wait function eh, whose trevor? what about the use of a api function like sleep add this to a module then call this SleepPls passing in 1 for 1second obviously!!! Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long) Public Sub ...