Microsoft Access Partial Unique Index
In many databases (MongoDB comes to mind) there's a way to specify a partial unique index, which expresses the sentiment: Please make sure no two records in this table are duplicates with respect to this set of fields, as long as this condition on the record holds true (otherwise don't consider this record in the uniqueness constraint).
Does Microsoft Access have a way of expressing this kind of a constraint?
Category Data Science