Subform Autonumber doesn’t update many side table
I’ve got an Access form (ProtocolPatients) containing a continous subform based on a 3 table many to many relationship query. With a comboBox in the main form, I select a protocol number and the subform populates with the patients for that protocol. The main form and subform are linked by Protocol_ID. Works great so far.
The problem is when adding a new patient record in the subform, the new Autonumber doesn’t update the many side ProtocolPatients table with the new patient_ID. The (Patient_ID) does show up in the one side Patients table. All other info is entered in the new record updates to correct tables.
What am I missing? Thanks for the help.
I’ve got an Access form (ProtocolPatients) containing a continous subform based on a 3 table many to many relationship query. With a comboBox in the main form, I select a protocol number and the subform populates with the patients for that protocol. The main form and subform are linked by Protocol_ID. Works great so far.
The problem is when adding a new patient record in the subform, the new Autonumber doesn’t update the many side ProtocolPatients table with the new patient_ID. The (Patient_ID) does show up in the one side Patients table. All other info is entered in the new record updates to correct tables.
What am I missing? Thanks for the help.
Last edited: