Hi
I do not have much experience in access. I have a db with two tables. The first table, "info" stores username, password, name, email and phone. The second table, "login" stores only username and password. I would like to have a relationship setup so that when a new record is added to either of the columns, the username and password is copied to the other table. For example if I enter "bob389" as a username and "secret" as the password in the info table, I want bob389 and secret to be added to the login table. And vise-versa.
What settings do I need to have in the tables and the relationship so that this can work? I do not have a primary key in either of the tables. Do I need to have one for this to work? Thanks!
I do not have much experience in access. I have a db with two tables. The first table, "info" stores username, password, name, email and phone. The second table, "login" stores only username and password. I would like to have a relationship setup so that when a new record is added to either of the columns, the username and password is copied to the other table. For example if I enter "bob389" as a username and "secret" as the password in the info table, I want bob389 and secret to be added to the login table. And vise-versa.
What settings do I need to have in the tables and the relationship so that this can work? I do not have a primary key in either of the tables. Do I need to have one for this to work? Thanks!