Solved Automated search for Database Corruption Assistance

@The_Doc_Man - New issue with the Idle Timers. The timers load with the form. I have a button that sets "Dev Mode" and shuts down all idle timers for all open forms and sets a global variable "TimersAreOff" to true. But if I close and re-open a form, the timer is reset and I get errors if the VBA is being modified. I added code to the Form Load events to set the timerInterval to 0 if TimersAreOff is true, but if I have an error in the VBA, it resets the global variables, which re-enables the timers, which then generates error messages. How can I KEEP the timers off during development?
 

Users who are viewing this thread

Back
Top Bottom