Hello,
I've created my own login procedure for an Access application (Access 2003) without using a .mdw file. Users can fill in their username and password and the program will check in a table if the user exists. If so, dependent on the assigned usergroup (also stored in a table) the user will see a full or stripped menu and forms/tables/queries will be shown or hidden. This whole procedure is being settled by VBA. I store the user information temporary in a table and it can be obtained by the code all over the program.
This works fine, but sometimes I need to change for example a form design or VBA-code. There are always users in the program and that automatically means Access doesn't allow me to make any changes. For that, I need to have exclusive access to the program...
My question: can I enter the program exclusively while there are users inside, by throwing them out of the program? How?
If not, is it possible for me to throw users out of the program while I am inside? How?
If not, are there any other ways to solve this problem? (without using a .mdw file) For intelligibility: it isn't a problem if all other users are being kicked out of the program instantly.
Suggestions are very welcome! Thanx!
I've created my own login procedure for an Access application (Access 2003) without using a .mdw file. Users can fill in their username and password and the program will check in a table if the user exists. If so, dependent on the assigned usergroup (also stored in a table) the user will see a full or stripped menu and forms/tables/queries will be shown or hidden. This whole procedure is being settled by VBA. I store the user information temporary in a table and it can be obtained by the code all over the program.
This works fine, but sometimes I need to change for example a form design or VBA-code. There are always users in the program and that automatically means Access doesn't allow me to make any changes. For that, I need to have exclusive access to the program...
My question: can I enter the program exclusively while there are users inside, by throwing them out of the program? How?
If not, is it possible for me to throw users out of the program while I am inside? How?
If not, are there any other ways to solve this problem? (without using a .mdw file) For intelligibility: it isn't a problem if all other users are being kicked out of the program instantly.
Suggestions are very welcome! Thanx!