hello all,
i have a form which contains several required fields. the first of these is the first in the form's tab order, and its control source is the underlying table's primary key.
i would like to check whether the value entered will produce a duplicate in the primary key BEFORE the user enters the rest of the record, and saves it. is there a bit of code i can use the On Exit event to accomplish this?
thanks,
ap
i have a form which contains several required fields. the first of these is the first in the form's tab order, and its control source is the underlying table's primary key.
i would like to check whether the value entered will produce a duplicate in the primary key BEFORE the user enters the rest of the record, and saves it. is there a bit of code i can use the On Exit event to accomplish this?
thanks,
ap