Bandenjamin
Programmer
Ok here's an interesting problem.
We have a database that opens with a password. One of the users of this database had the idea to set up a macro to automatically close the database and put in in the OnTimer Property of a hidden form. They set the interval for the timer to be 1000 not realizing it was ms....
The problem. Now the databse only stays open for 1 second, which is obviously not long enough to get to the form properties and kill the macro from running. Any suggestions?
We have a database that opens with a password. One of the users of this database had the idea to set up a macro to automatically close the database and put in in the OnTimer Property of a hidden form. They set the interval for the timer to be 1000 not realizing it was ms....
The problem. Now the databse only stays open for 1 second, which is obviously not long enough to get to the form properties and kill the macro from running. Any suggestions?