Change index from No duplicates to duplicates allowed

R

ReidarT

How do I change Change index from No duplicates to duplicates allowed
in a table with DAO.
regards
reidarT
 
A

Allen Browne

I believe you have to delete the Index from the Indexes collection, and
create another one with the characteristics you want.
 
Top