( The reason I want it like that I want to stop people from using other user name to enter information, also be able to link their login info to the Main form).
I have a program that 2 types of people are going to use. The regular users and the admin users.
I’m not sure if I should Access 97 security features or create my own. I want the users to enter the program like usual. Once they click on the Main form( maybe a Login form would come up first) In the Login form they would be ID field ( combo box) Full Name field ( linked with combo Box) and Password Field ( pre setup for them). ID Field and Full Name field would also exist in The Main Form.
I want an option for them to Enter their user ID or choose their Id from a combo box and once they select their id they would automatically enter their name in the Full Name field and then they must enter a Password. ( If any of the information is not valid it would let them know to notify administration) ex. User ID does not exist or wrong password.
Once all the information enters are valid the main form will open up and As soon as the form opens their ID and Full name should be there. ( only on current record and or New record). Should I make The ID and Full name field mandatory even though the login form would put it there after a successful login.
How should I get started. Thank you In advance
I have a program that 2 types of people are going to use. The regular users and the admin users.
I’m not sure if I should Access 97 security features or create my own. I want the users to enter the program like usual. Once they click on the Main form( maybe a Login form would come up first) In the Login form they would be ID field ( combo box) Full Name field ( linked with combo Box) and Password Field ( pre setup for them). ID Field and Full Name field would also exist in The Main Form.
I want an option for them to Enter their user ID or choose their Id from a combo box and once they select their id they would automatically enter their name in the Full Name field and then they must enter a Password. ( If any of the information is not valid it would let them know to notify administration) ex. User ID does not exist or wrong password.
Once all the information enters are valid the main form will open up and As soon as the form opens their ID and Full name should be there. ( only on current record and or New record). Should I make The ID and Full name field mandatory even though the login form would put it there after a successful login.
How should I get started. Thank you In advance