I have two tables: tblFormulations and tblWP
The records in the first are unique to the field: FormulationsLot.
The records in the second are unique to WPLot.
These two fields have identicle values. When a new record is generated in tblFormulations, I want a new record to be appended to tblWP with WPLot equal to FormulationsLot. No other fields need to be populated. Do I create some kind of append query which is run during data entry into tblFormulations?
The records in the first are unique to the field: FormulationsLot.
The records in the second are unique to WPLot.
These two fields have identicle values. When a new record is generated in tblFormulations, I want a new record to be appended to tblWP with WPLot equal to FormulationsLot. No other fields need to be populated. Do I create some kind of append query which is run during data entry into tblFormulations?