pinkdatabase
Registered User.
- Local time
- Today, 21:36
- Joined
- Jun 14, 2010
- Messages
- 13
I have a MS Access 2003 database which is shared over a network. I have split the database to an application MDE file and a data MDB file (backend) each sitting on the server. There is only one version of the application mde which is located on the server. The is no application or data on the user machines.
When a user X logs into the database on Machine 1 I capture the UserID on a login form called frmSTART. The user selects their name (and hence UserID) from a list in a combobox (user) control and then enters a password. The form frmSTART is then hidden for the remainder of the session.
Throughout the rest of the database I use the UserId value in the user combobox on frmSTART (hidden) for all my permissions, change management and other functions that identify who the user is.
The question is - if another user Y logs on to Machine 2 allocating a different UserID to the user control on frmSTART will this impact on the instance of Access being used by user X on Machine 1 and hence on all the procedures that look for the UserID on the frmSTART.
How does it work with different instances of Access open
I am developing off site on a stand alone machine so cannot test this on a network.
Thanks in advance
When a user X logs into the database on Machine 1 I capture the UserID on a login form called frmSTART. The user selects their name (and hence UserID) from a list in a combobox (user) control and then enters a password. The form frmSTART is then hidden for the remainder of the session.
Throughout the rest of the database I use the UserId value in the user combobox on frmSTART (hidden) for all my permissions, change management and other functions that identify who the user is.
The question is - if another user Y logs on to Machine 2 allocating a different UserID to the user control on frmSTART will this impact on the instance of Access being used by user X on Machine 1 and hence on all the procedures that look for the UserID on the frmSTART.
How does it work with different instances of Access open
I am developing off site on a stand alone machine so cannot test this on a network.
Thanks in advance