I have a login page on my database where in order to gain access you need a user name and password. Each user name has a security level assigned to it which I would like to have dictate what parts of the database are available, I have the code working for my main form which opens after successful login, using a DLookup function, based on the login certain navigation buttons are enabled and some are not, etc. but when I try to navigate from the main screen to a new screen with different rules I get an error message saying it cant find the form frmlogin.
I am wondering if it is because I have to somehow store the current login in a temporary table or something to reference back to. Any help would be appreciated.
Thank you in advance,
KJ
I am wondering if it is because I have to somehow store the current login in a temporary table or something to reference back to. Any help would be appreciated.
Thank you in advance,
KJ