I have created a compound index on four fields in a table, and added the Unique property to prevent duplicate values from appearing in the table. Is there a way to modify the index to allow me to omit one or more of the values (ie, the field is not significant for some combinations of the other three fields) and still have uniqueness enforced for the remaining three fields? When I try entering duplicated values of the three fields, Access allows them to be entered. Tried making another index on the three remaining fields, but uniqueness is violated by the records for which the fourth field is significant.
Thanks