access vba - Is there an equivalent to Thread.Sleep() in VBA - Stack Overflow
Is there an equivalent to Thread.Sleep() in Access VBA? ... Adding Declare Sub Sleep Lib "kernel32" Alias "Sleep" (ByVal dwMilliseconds As Long) somehow created additional problems somewhere else in my code....