kennedymr2
Programmer
In "vb code" i need to clear all index's in a table.
I then need to recreate new index's in the same table.
(Creating the new index's is no problem, i have written the code for this)
dbs.Execute "CREATE INDEX Indexa ON Drs " & "(Debtor, DebName);"
If someone has the time, i would appreciate some help with code to clear all the existing index's in a table. !!!
Regards Kennedymr2
I then need to recreate new index's in the same table.
(Creating the new index's is no problem, i have written the code for this)
dbs.Execute "CREATE INDEX Indexa ON Drs " & "(Debtor, DebName);"
If someone has the time, i would appreciate some help with code to clear all the existing index's in a table. !!!
Regards Kennedymr2