I am trying to create a non-unique index on a linked ODBC table but when I use the following code I get a unique index and the field is set as the primary key.
currentDB.execute "CREATE INDEX idx1 ON tbl210AP(Fund);"
Does access only allow unique indexes on linked ODBC tables or is there a way to make this field a non-unique index?
Thanks!
currentDB.execute "CREATE INDEX idx1 ON tbl210AP(Fund);"
Does access only allow unique indexes on linked ODBC tables or is there a way to make this field a non-unique index?
Thanks!