Hello.
I have 2 tables PT and PT History. Project Name is the primary key on the PT table and an autonumber ID is the primary key on the PT History Table.
Users update records in the PT table via form. When they complet their update they click a save button which saves the record and runs an append query from the PT table to the PT History table, making a new record in the PT History table every time the record is updated.
My Issue: When Record A is updated a new record is appended to the PT History table, however if Record B isn't updated a new record is also appended to the PT History Table.
My Desire: I only want the record to append to the History table if a change is made to any of the fields.
Thoughts??
I have 2 tables PT and PT History. Project Name is the primary key on the PT table and an autonumber ID is the primary key on the PT History Table.
Users update records in the PT table via form. When they complet their update they click a save button which saves the record and runs an append query from the PT table to the PT History table, making a new record in the PT History table every time the record is updated.
My Issue: When Record A is updated a new record is appended to the PT History table, however if Record B isn't updated a new record is also appended to the PT History Table.
My Desire: I only want the record to append to the History table if a change is made to any of the fields.
Thoughts??