R
Rolls
I figured out that to create an index across multiple fields that will allow
no entries in certain fields I need to first define the key (not a primary
key) and then do two things to each field in design view: 1) set default =
"" and 2) allow zero-length string = "yes".
This does what I want it to do. It lets me enter N^2-1 field combinations
where N is the number of fields in the key, and prevents duplicate records
from being entered for those combinations.
My question is: What does the "allow nulls" = yes/no selection do in the
index? It does NOT appear to do the same thing as a zero-length string as
described above.
no entries in certain fields I need to first define the key (not a primary
key) and then do two things to each field in design view: 1) set default =
"" and 2) allow zero-length string = "yes".
This does what I want it to do. It lets me enter N^2-1 field combinations
where N is the number of fields in the key, and prevents duplicate records
from being entered for those combinations.
My question is: What does the "allow nulls" = yes/no selection do in the
index? It does NOT appear to do the same thing as a zero-length string as
described above.