Any suggestions on how to get this to work:
My table includes a index that requires three combined fields to be
unique. However, sometimes the third field will be null....thereby
excluding the record from the uniqueness requirement.
Details:
tbl_Product_Lic ensor
Product_ID
Licensor_ID
Sublicensor_ID
A product will always have only one licensor, which may or may not
also have a sublicensor. How do I make this three field combo a unique
requirement when one can be null?
TIA...
My table includes a index that requires three combined fields to be
unique. However, sometimes the third field will be null....thereby
excluding the record from the uniqueness requirement.
Details:
tbl_Product_Lic ensor
Product_ID
Licensor_ID
Sublicensor_ID
A product will always have only one licensor, which may or may not
also have a sublicensor. How do I make this three field combo a unique
requirement when one can be null?
TIA...
Comment