bradyboyy88
Well-known Member
- Joined
- Feb 25, 2015
- Messages
- 562
So I have a few different buttons in a modeless vba form Each of these buttons runs ado queries on an access database. My issue is that 1 button can be pressed and while its still running and loading the query data another button can be pressed which tries to run another query. Is there anyway to only allow 1 button to be pressed or executed at time? Or make the macros go in order so when the one buttons macros are finished the next one would go right after?