G
Guest
I have a table, I'll call table A, that stores a value called TrainerID and
another called ContactID. I have a second table, I'll call table B, that has
a contactID and information such as first name, last name, address, city,
state, etc. There is a one to one relationship between table a and table b.
Each person in table A has one contactID and one trainerID both pointing to
the contactid key field in table b. My question is how can I set up a
relationship and form so that I can pick a contactid and a trainerid
seperately and populate with appropriate data?
another called ContactID. I have a second table, I'll call table B, that has
a contactID and information such as first name, last name, address, city,
state, etc. There is a one to one relationship between table a and table b.
Each person in table A has one contactID and one trainerID both pointing to
the contactid key field in table b. My question is how can I set up a
relationship and form so that I can pick a contactid and a trainerid
seperately and populate with appropriate data?