R
Rolls
Is there a way to prevent duplicate records from being entered into a table
where certain fields may contain nulls? For instance a name record:
Prefix
FName
MName
LName
Suffix
There can be no middle name, no suffix (Sr, Jr) and rarely only a first
name.
Multi-key indexing requires that all fields contain values.
where certain fields may contain nulls? For instance a name record:
Prefix
FName
MName
LName
Suffix
There can be no middle name, no suffix (Sr, Jr) and rarely only a first
name.
Multi-key indexing requires that all fields contain values.