I'm adding records to the database, and I don't want duplicate data. So, I made the Date and the Staff Name the primary key. I wanted one date per person. When a duplicate is found alert the user of the date and the Staff Name.
Are there any good examples of how to check to see if a record already exists? If the record already exists, can I get a message box to say,"10/01/01 Brad Boydston already exists!"?
BradB
Are there any good examples of how to check to see if a record already exists? If the record already exists, can I get a message box to say,"10/01/01 Brad Boydston already exists!"?
BradB