G
Guest
I have two tables, one with names and another with email addresses. The first
table has a link to the second in many-to-one relationship (many names can
have the same email but each name is only allowed one email).
I've created a query containing all fileds of both tables. I have created a
form based on this query. I have made the email address entry box a combo box.
What I want is to be able to enter records of names and emails. Ok. Now the
problem occurs if I enter more than one name with the same email and then
later try to change the email of one of these names without causing the
emails of all the names to change.
How do I make a combo box force a new row in the tables entry with new ID
and link to the name whilst preserving the other names IDs which were
pointing at the original email name?
table has a link to the second in many-to-one relationship (many names can
have the same email but each name is only allowed one email).
I've created a query containing all fileds of both tables. I have created a
form based on this query. I have made the email address entry box a combo box.
What I want is to be able to enter records of names and emails. Ok. Now the
problem occurs if I enter more than one name with the same email and then
later try to change the email of one of these names without causing the
emails of all the names to change.
How do I make a combo box force a new row in the tables entry with new ID
and link to the name whilst preserving the other names IDs which were
pointing at the original email name?