A
Allie
Records added to a table have to ID numbers, the first on
is the autonumber/primary key, the second one is the ID
number of the transaction .
How can I use the after update event of a control of a
form to: check if there is a duplicate transaction ID and
delete the one with the smallest Autonumber.
Example
ID TransID Value
1 56 158
5 56 1580
In this case I would need to delete the first record.
Thanks for your help!!
is the autonumber/primary key, the second one is the ID
number of the transaction .
How can I use the after update event of a control of a
form to: check if there is a duplicate transaction ID and
delete the one with the smallest Autonumber.
Example
ID TransID Value
1 56 158
5 56 1580
In this case I would need to delete the first record.
Thanks for your help!!