RobIV
7 years agoQrew Cadet
Enforce unique values in field and also allow blanks / empty / null values.
I have a table of individuals.
A subset of these individuals exists in this table, lets call them VIPs.
These VIPs are tracked with an (internal) ID that is unique within the Individual table; however not all individuals are VIPs.
Is there a way within the individual table to enforce a unique value on the VIP ID field even though a majority of standard individuals will not have a VIP ID (but rather they will have a null, empty, or blank value)?
Hopefully this is simple and I'm just too tired to see my solution.
Thanks in advance.
A subset of these individuals exists in this table, lets call them VIPs.
These VIPs are tracked with an (internal) ID that is unique within the Individual table; however not all individuals are VIPs.
Is there a way within the individual table to enforce a unique value on the VIP ID field even though a majority of standard individuals will not have a VIP ID (but rather they will have a null, empty, or blank value)?
Hopefully this is simple and I'm just too tired to see my solution.
Thanks in advance.