Greetings...
I'm looking for help; is there a way to allow "certain" duplicate entries in an Access table and still be able to restrict others?
I have a entry access database for tracking visitors. On the access table itself, there's a column for a visitor badge numbers. However, since that column is indexed and won't allow duplicates. How do I allow exceptions for certain badge numbers/names, that need to be duplicated?
And yes, this table is fed from a form; which all information then creates a report "our entry access list". Our visitor badges have a unique 4-digit number. Which the user would enter in the form. If the same number is entered more than once, then yes, that index control prevents the user from entering a badge number that's already assigned to another visitor.
However, if a visitor doesn't have an assigned badge with a unique number, they're issued a TEMP. I'd like to be able to use the word "TEMP" for more than one record, and still restrict entering a duplicate badge number already assigned .