I have a sub form on my main form. the main form registers a person, and the sub form registers that persons guest. It dumps both people into a Registration table, however the long integer field in this table that records the guest (identified by RecNumber) is not recording what I like.
The Guest of the main Person gets the RecNumber value of that person in the guest field. THIS IS NOT WHAT I WANT. I want the RecNumber of the Guest to be stored in the Guest Field of the main registrant.
How do I resolve this?
The Guest of the main Person gets the RecNumber value of that person in the guest field. THIS IS NOT WHAT I WANT. I want the RecNumber of the Guest to be stored in the Guest Field of the main registrant.
How do I resolve this?