Hi everybody,
[Access 2003]
I have a front-end database with a login form. When a user opens the database the login form loads at startup. When the user has entered his/her ID and password correctly, I store the user's name in a global variable that I add to tables to show who has updated the records.
I just implemented this yesterday, but I have a question that I didn't think to ask until now. If more than one user accesses the front-end, will the global variable be unique to the instance of the front-end that the user opens or will the variable change for each subsequent user that logs in?
So, if user A logs in and the global variable is set to "User A" and user B log in right after, will the global variable change to "User B" or will it stay "User A" in an instance of the front-end for user A and stay "User B" in an instance of the front-end for user B?
Thanks,
beacon
[Access 2003]
I have a front-end database with a login form. When a user opens the database the login form loads at startup. When the user has entered his/her ID and password correctly, I store the user's name in a global variable that I add to tables to show who has updated the records.
I just implemented this yesterday, but I have a question that I didn't think to ask until now. If more than one user accesses the front-end, will the global variable be unique to the instance of the front-end that the user opens or will the variable change for each subsequent user that logs in?
So, if user A logs in and the global variable is set to "User A" and user B log in right after, will the global variable change to "User B" or will it stay "User A" in an instance of the front-end for user A and stay "User B" in an instance of the front-end for user B?
Thanks,
beacon
Comment