Setting an Index Value

B

Betsy

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?
 
M

Marshall Barton

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??
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top