Issue: Microsoft Access data entry form will not write new records to tables. This form has worked before, there have been no changes to the back end or the form
The form is using a query as its record source. The query source is multiple back-end tables, and table relationships are defined and referential integrity is enforced.
We receive the following error after data is entered into form fields then attempt to close the form: "You cannot add or change a record because a related record is required in table 'name of table' ".
My troubleshooting confirms the following: -The table the error references is included in the query, and it is the table with the primary key. -The primary key is an auto number field and I confirmed the field does not need to be re-seeded. -I confirmed there is no corruption. -I have confirmed the form has the fields needed to enter data into all required fields in each table.
Any suggestions on where the issue could be?