R
Randy Galliano
Hello,
I have a very simple form that has a text box linked to a field in a table
in Access. The form is in update mode and I have moved to a new record.
The field doesn't allow duplicates, and if a duplicate record is entered, I
want to test for it and let the user know that the entry already exists.
How can I access the recordset that is bound to a form and see if a
duplicate value exists? I know how to get to VB script on events, just not
how to address the recordset.
Any help is greatly appreciated.
Regards,
Randy.
I have a very simple form that has a text box linked to a field in a table
in Access. The form is in update mode and I have moved to a new record.
The field doesn't allow duplicates, and if a duplicate record is entered, I
want to test for it and let the user know that the entry already exists.
How can I access the recordset that is bound to a form and see if a
duplicate value exists? I know how to get to VB script on events, just not
how to address the recordset.
Any help is greatly appreciated.
Regards,
Randy.