Allow no dups for EVERY field

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to not allow duplicate entries when ALL fields have been
previously entered?
TIA
 
You would have to make a compound index. While in table design view, click
VIEW then INDEXES. You can enter several fields (one after the other) to
create a compound index and then set the unque property.

It would look something like:

INDEX NAME FIELD NAME
UniqueRecord Field1
Field2
Field3



Hope that helps.

Rick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

comparing data 3
Avoid Dups 2
Removing Dups 3
2 questions 2
Actively Find Duplicates On Form 5
What is acceptable error trapping? 3
dialog message tied to dlookup 4
DLookup in Form 13

Back
Top