FROM Allen Brown --
You can ensure uniqueness by creating an index on the combination of the 3
fields that is not the primary key.
1. Open your table in design view.
2. Open the Indexes box (View menu.)
3. On a new row in the indexes dialog, enter a name for the index, and the
first field. Example:
NameDateStatus last_name
4. On the next row, leave the index name blank (becuase it's part of the
same index), and enter just the 2nd field:
Date
5. On the next row, leave the index name blank (becuase it's part of the
same index), and enter just the 3rd field:
Status
6. In the lower pane of the dialog, set Unique to Yes. You can allow Nulls.
7. Save.