So I have a main form where i register someone. In this form there is a subform where I can register someone as a guest. ALL of the data is stored in a table called Registration. In the Registration table there is a Long Integer Field call Roommate that looks up a person guest by their RecNumber. Here is my problem.
Let's use 1 example, Fran and Meredith. Fran is the main registrant and Meredith is her guest. Fran's RecNumber is 16 and Meredith's is 17.
Sor some when thef form is filled out. Fran has NO guest, but Meredith has Fran listed as a guest. So the form is recording information in teh exact opposite of what I would like.
I do not need Meredith to have a guest (because she would not have one) i just need Fran to have a guest a identified.
Let's use 1 example, Fran and Meredith. Fran is the main registrant and Meredith is her guest. Fran's RecNumber is 16 and Meredith's is 17.
Sor some when thef form is filled out. Fran has NO guest, but Meredith has Fran listed as a guest. So the form is recording information in teh exact opposite of what I would like.
I do not need Meredith to have a guest (because she would not have one) i just need Fran to have a guest a identified.