All,
I have a login form where the user types in their username and password. It looks up these from tbl_users. If the username and password match what is in here then the button loads another form. Also if it does match then it copies the username and date to tbl_logonname.
I am asking how is it possible to do this: say Martin logs on and types in correct password. Loads the for frm_homepage and display martins record from the table users (not tbl_users).
Many thanks
Martin
I have a login form where the user types in their username and password. It looks up these from tbl_users. If the username and password match what is in here then the button loads another form. Also if it does match then it copies the username and date to tbl_logonname.
I am asking how is it possible to do this: say Martin logs on and types in correct password. Loads the for frm_homepage and display martins record from the table users (not tbl_users).
Many thanks
Martin