Hello, I am working on a data entry form using Microsoft Access 2010 and I am supposed to give the user a separate option to look for a duplicate record. However the duplicate record-checking works but when there is no duplicate record, the form automatically adds the record onto the table, but I have a separate cmdAdd_Click() for that. I think it has something to do with the "vbOKOnly" Button in my MsgBox but I need some insight as to...