T
tonyk
Guest
I want to design a simple authentication system using usernames and passwords stored in a table called members.
I have a login form...if there username and password is in the table I'm able to open another form for them to update their member information. My login form opens up the maintenance form that is bound to a query (user_lookup) that looks up the username and password.
If their username or password is not in the table, I want to be able to send them to a form to register/signup...how can I do this? I assume I need to evaluate whether or not the username in the user_loop query results is null and then open the form I want. I'm not sure how to do this...macro? code?
Thanks
I have a login form...if there username and password is in the table I'm able to open another form for them to update their member information. My login form opens up the maintenance form that is bound to a query (user_lookup) that looks up the username and password.
If their username or password is not in the table, I want to be able to send them to a form to register/signup...how can I do this? I assume I need to evaluate whether or not the username in the user_loop query results is null and then open the form I want. I'm not sure how to do this...macro? code?
Thanks