G
Guest
I would like to check for a duplicate entry and cancel the operation if the
user starts a new record with a duplicate ID. But I can't figure out how to
get the code to run. The field is the very first one for the record, so the
record doesn't exist until after the field has been exited. This seems to
mean that none of the usual events like AfterUpdate, Change, Exit, etc. get
triggered. The field is bound to a table. Should I make it unbound?
user starts a new record with a duplicate ID. But I can't figure out how to
get the code to run. The field is the very first one for the record, so the
record doesn't exist until after the field has been exited. This seems to
mean that none of the usual events like AfterUpdate, Change, Exit, etc. get
triggered. The field is bound to a table. Should I make it unbound?