C
Christopher
This question is about changing the indexed property of a linked tabl
field from code. I'm using Access 2000 with SP1.
What ultimately needs to happen is the index property to change fro
"Indexed (Duplicates OK)" to "Indexed (No Duplicates)". I also need t
change this property from code (I don't want the users going into th
back end).
I've tried making a new property and appending it to the field wit
tabledefs("tablename").fields("fieldName").properties.append
I've tried simply setting the .properties("Indexed") = "Indexed (N
Duplicates)"
I've tried doing both of those on the front and back ends. Nothin
seems to work. Is this just not possible to do? Any help would b
greatly appreciated. Thanks in advance.
Christophe
field from code. I'm using Access 2000 with SP1.
What ultimately needs to happen is the index property to change fro
"Indexed (Duplicates OK)" to "Indexed (No Duplicates)". I also need t
change this property from code (I don't want the users going into th
back end).
I've tried making a new property and appending it to the field wit
tabledefs("tablename").fields("fieldName").properties.append
I've tried simply setting the .properties("Indexed") = "Indexed (N
Duplicates)"
I've tried doing both of those on the front and back ends. Nothin
seems to work. Is this just not possible to do? Any help would b
greatly appreciated. Thanks in advance.
Christophe