NEED HELP PLEASE (INDEXING)

  • Thread starter Thread starter wbowers
  • Start date Start date
W

wbowers

I have a linked table called tbl_students and I want to
remove all indexes and/or primary keys. Access 97 gives
me a message stating that I cannot remove indexes/primary
keys for a linked table.

Is there a way around this? I need to do this
programmatically?


PLEASE HELP
 
If you OpenDatabase() directly on the back end file, you can Delete from the
Indexes collection of the TableDef.
 
Back
Top