L
Larry
I have a "parent" table and a "children" table. They are linked via a
"parent ID" that is an AutoNumber. One parent can can have many children.
Now I am trying to make two forms, and "Add New Parent" form and an "Add New
Child Form", the "Add New Parent Form" has a button at the bottom that saves
the current form then opens the "Add New Child Form", the parentIF field is
populated from the "Add New Parent" form automatically. The problem comes
when I try to save the new child, it get an error that says a corresponding
record is needed in the parent table, eventhough it is already there.
Any help with this would be greatly appreciated!
"parent ID" that is an AutoNumber. One parent can can have many children.
Now I am trying to make two forms, and "Add New Parent" form and an "Add New
Child Form", the "Add New Parent Form" has a button at the bottom that saves
the current form then opens the "Add New Child Form", the parentIF field is
populated from the "Add New Parent" form automatically. The problem comes
when I try to save the new child, it get an error that says a corresponding
record is needed in the parent table, eventhough it is already there.
Any help with this would be greatly appreciated!