If you are running a query that is searching a table for certain records,
and the query is running very slowly, this would suggest that the relevant
field(s) have not been Indexed, and/or, the table has not been properly
designed.
What is the structure of the table being searched, and what is the SQL that
you are searching it with?
HTH,
TC
Denise said:
The UNC looks something like this
\\serverlevel1\serverlevel2\folder1\filename.mdb. Does this address have
something to do with extreme slowness searching. Select query is looking
for all active records for assigned to a specific person.