Setting an Index Value

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an index based on two different fields. I want to be able to set its
"Unique" property to True or False based on a value in another field. Is this
possible?
 
Betsy said:
I have an index based on two different fields. I want to be able to set its
"Unique" property to True or False based on a value in another field. Is this
possible?


Absolutely not! An index applies to the entire table, not
to a subset of records.

Perhaps you want to include that other field in the Index
too??
 
Back
Top