How to Use Sleep to Pause VBA in MS Access
18-May-2021
One thing that most developers run into from time-to-time is how to pause their code for a brief moment.
It could be because some other process needs some time to finish, or you just don’t want something to go
as fast as the computer can do it. While the Sleep function/sub is not directly available in VBA, you can
use it by declaring the function and referencing a Windows dll. Once you’re set up, you can use the sleep
function throughout your application.
MS Access Project? Contact me today!