When changing the property AllowDuplicates on a table index from No to Yes, the following error can be thrown at you:
Illegal property Value
This is because on your table, the property PrimaryIndex is set to the index you are trying to change.

When changing the property AllowDuplicates on a table index from No to Yes, the following error can be thrown at you:
Illegal property Value
This is because on your table, the property PrimaryIndex is set to the index you are trying to change.
*This post is locked for comments