G
Guest
How do you check to see if there is already a duplicate entry with vba code?
Lets just say theres a table called Name with:
Field Name Data Type
First Name Text
Last Name Text
You enter in Micheal into FirstNameTextBox and Moore into LastNameTextBox
but this entry already entered into our table because the vba code has
checked the Name table out and gives a message box stating that.
Lets just say theres a table called Name with:
Field Name Data Type
First Name Text
Last Name Text
You enter in Micheal into FirstNameTextBox and Moore into LastNameTextBox
but this entry already entered into our table because the vba code has
checked the Name table out and gives a message box stating that.