HELP!!
I would like to secure my access 97 database, without using the security wizard and .mdw files.I want to simply create a users table which includes basic information, such as user name, password, name etc..
I would like to create a form which would open using an autoexec macro, where the user enters their username and password, i then require some code to check what has been entered on the form against information held in the users table. If there is a match i would direct them to the main menu form, if there was no match bring them back to the login form. Is this possible? and has anyone got any suggestions on how to code it?? as im very new to vba.
I would like to secure my access 97 database, without using the security wizard and .mdw files.I want to simply create a users table which includes basic information, such as user name, password, name etc..
I would like to create a form which would open using an autoexec macro, where the user enters their username and password, i then require some code to check what has been entered on the form against information held in the users table. If there is a match i would direct them to the main menu form, if there was no match bring them back to the login form. Is this possible? and has anyone got any suggestions on how to code it?? as im very new to vba.