Access 2007
I have been asked to create a feature in our database that:
1. Searches the database for a duplicate record based on one field
2. If found, the user is asked if he wants the values of the original record to be copied into thenew record.
For example, if this were a library database, assume that you have a record that stores information about a book (title, ISBN, author, etc). Let’s say the library purchases a second copy of the same book. Enter the ISBN and if it matches one that already exists, ask the user if he wants to automatically import the information from the existing record into the record for the second copy of the same book, saving time and possible data entry errors.
Is something like that possible?
I assume that the code for this would be very complicated, but perhaps someone has already posted something similar somewhere (I searched this site but was didn’t find anything.)
Thanks,
JoeK