J
John Blevins
I have a Form that I use to write new records to one table (Inspections
Header) and from this form, I have an Append query to write records from
another table to a details table (inspections details).
The two tables (Inspections Header and Inspections Details) are related by
the field InspectionsID.
Before I append to the Inspections Details Table, I need a way to test for
the existence of records matching the selected Inspections Header record so
that I don't duplicate any records.
In other words, How can I alert a user that a query won't procede because
duplicate records would be created?
Any help will be appreciated.
John
Header) and from this form, I have an Append query to write records from
another table to a details table (inspections details).
The two tables (Inspections Header and Inspections Details) are related by
the field InspectionsID.
Before I append to the Inspections Details Table, I need a way to test for
the existence of records matching the selected Inspections Header record so
that I don't duplicate any records.
In other words, How can I alert a user that a query won't procede because
duplicate records would be created?
Any help will be appreciated.
John