F
FordsAngel
I have table1 that is joined to table2 via a foreign key. I have created
separate forms to enter information into each table, and have connected both
forms using a navigation button. I would like to commit data to the table as
the user enters it:
Example:
User enters data into form1 = saved as a record in table1
User navigates to form2
User enters data into form2 = saved as record in table2
User can navigate back to form1 and change data, but when the user exits
form and reenters, they are entering a completely new record.
Is there some way to accomplish this?
Thank you!
separate forms to enter information into each table, and have connected both
forms using a navigation button. I would like to commit data to the table as
the user enters it:
Example:
User enters data into form1 = saved as a record in table1
User navigates to form2
User enters data into form2 = saved as record in table2
User can navigate back to form1 and change data, but when the user exits
form and reenters, they are entering a completely new record.
Is there some way to accomplish this?
Thank you!