SnakeEyes909
IS-IT--Management
Hello all.
I was hoping someone could point me in the right direction. i have a login form where a user inputs a user name and password, and it is verified in the db table.
what i'm not sure how to do is use that username to populate another form with records from another table.
ie i have a "users table" with info about the user (user name, password, real name)
i have another table called "contacts" that has info on contacts that are associated with the User table by the real name field. (they both have this common field where the names match)
how can i populate a second form with the records from the contacts table based on the user table login field?
currently the 2nd form is populated by a strait access query of the contacts table. i would like to filter this down to just contacts of the "login" user.
i hope i made sence.
I was hoping someone could point me in the right direction. i have a login form where a user inputs a user name and password, and it is verified in the db table.
what i'm not sure how to do is use that username to populate another form with records from another table.
ie i have a "users table" with info about the user (user name, password, real name)
i have another table called "contacts" that has info on contacts that are associated with the User table by the real name field. (they both have this common field where the names match)
how can i populate a second form with the records from the contacts table based on the user table login field?
currently the 2nd form is populated by a strait access query of the contacts table. i would like to filter this down to just contacts of the "login" user.
i hope i made sence.