Hello,
I have a form that is to control two table's information: Person, and PersonContactInfo.
Upon a person's data being entered, I need to record saved, BEFORE the PersonContactInfo is saved so the relationships between person and PersonContactInfo will be happy...
Is there a way to control the order if insertion, sans writing vba (which I will do if I need to) that will insert the person (parent) record first, and return the ID, which I'll need to use to insert the child record (contact information which references the parent ID) ?
Thoughts?
Thanks!
I have a form that is to control two table's information: Person, and PersonContactInfo.
Upon a person's data being entered, I need to record saved, BEFORE the PersonContactInfo is saved so the relationships between person and PersonContactInfo will be happy...
Is there a way to control the order if insertion, sans writing vba (which I will do if I need to) that will insert the person (parent) record first, and return the ID, which I'll need to use to insert the child record (contact information which references the parent ID) ?
Thoughts?
Thanks!