G
Guest
I have a bound control on a form that I am using the Change event to check
whether the value entered by the user is already in the table. This is all
working fine when the user edits one of the existing records.
When the user starts a new record, enters a value that already exists, but
clicks off the new record to an existing record(to stop adding the new
record), a blank record is added to the table.
Does anyone have any suggestions on how to prevent adding this blank record?
Thanks.
whether the value entered by the user is already in the table. This is all
working fine when the user edits one of the existing records.
When the user starts a new record, enters a value that already exists, but
clicks off the new record to an existing record(to stop adding the new
record), a blank record is added to the table.
Does anyone have any suggestions on how to prevent adding this blank record?
Thanks.