S
Steve
We have a system that each night exports several tables of data to Access 97
format.
We use Access 2000 and 2002 and have several programs built that link to
those exported tables.
The exported tables basically get re-created each night when that batch
system re-exports current data.
I'd like to be able to have the varios Access 2000 and 2002 programs link to
those tables, but with various indexes or build indexes into the code.
For example, program #1 links to a table called PARTS. As exported from the
overnight application the table PARTS has an index pre-set on the ITEM
field. This is fine for program #1's functions so great!
Program #2 links to the same PARTS table, but a more appropriate index for
this program would be on the NAME field.
There are several other programs that link to the same table, but would have
different index field needs.
All of these programs are run and used by many users throughout a day then.
Is there anyway to define different index fields for these linked tables on
a per use basis?
I want to do this because if I can define the indexes of the various tables
in the various programs, then I can get the programs to run much faster.
There are roughly 100 exported tables that the programs get their data from
and each export table has anywhere from 5 field to 150 fields and anywhere
from a few hundred records to a few hundred thousand records. The various
programs link to several tables and combine, calculate, etc to provide
various outputs.
Any way to set indexes on link tables without affecting other items that
might link to the same table?
thanks
format.
We use Access 2000 and 2002 and have several programs built that link to
those exported tables.
The exported tables basically get re-created each night when that batch
system re-exports current data.
I'd like to be able to have the varios Access 2000 and 2002 programs link to
those tables, but with various indexes or build indexes into the code.
For example, program #1 links to a table called PARTS. As exported from the
overnight application the table PARTS has an index pre-set on the ITEM
field. This is fine for program #1's functions so great!

Program #2 links to the same PARTS table, but a more appropriate index for
this program would be on the NAME field.
There are several other programs that link to the same table, but would have
different index field needs.
All of these programs are run and used by many users throughout a day then.
Is there anyway to define different index fields for these linked tables on
a per use basis?
I want to do this because if I can define the indexes of the various tables
in the various programs, then I can get the programs to run much faster.
There are roughly 100 exported tables that the programs get their data from
and each export table has anywhere from 5 field to 150 fields and anywhere
from a few hundred records to a few hundred thousand records. The various
programs link to several tables and combine, calculate, etc to provide
various outputs.
Any way to set indexes on link tables without affecting other items that
might link to the same table?
thanks