PDA

Click to See Complete Forum and Search --> : Checking for duplicates


jasonk
Sep 8th, 2000, 05:05 PM
How can I check to see if a record already exists in an Access table?

JHausmann
Sep 8th, 2000, 05:10 PM
Try to read the database, using what you determine to be a unique key. EOF and BOF will be set to true if there's no match.