G
Guest
I have created a form for a user to enter data. Once they type in all the
information for a record, they click an 'Add Record' button which saves the
record and moves the user to a blank, new record. I'm writing this in VBA.
The fields that determine a duplicate record are LOCATION and PART_NUM, and
are being saved in a table called ADDS. The fields on my form are also named
LOCATION and PART_NUM.
How can I make this work so that a check is performed to see if this record
has already been entered before...ie...look for a duplicate record? Can
anyone help me? Thanks.
information for a record, they click an 'Add Record' button which saves the
record and moves the user to a blank, new record. I'm writing this in VBA.
The fields that determine a duplicate record are LOCATION and PART_NUM, and
are being saved in a table called ADDS. The fields on my form are also named
LOCATION and PART_NUM.
How can I make this work so that a check is performed to see if this record
has already been entered before...ie...look for a duplicate record? Can
anyone help me? Thanks.