A
Al
I have a fairly complext query that I am building. There are 3 tables
involved in this query. The 3rd table is a lookup table that I am aliasing
and accessing 24 times using different criteria for each of the 24 accesses.
All tables are normalized, and indexed.
I am experiencing unacceptable access times when I add the 17th alias (18
tables). Anything after the 17th alias causes the query to run for many
minutes. With 24 aliases the query can run for 1/2 hour. It actually works
but this level of speed is not acceptable.
Is there a query optimization/debug tool in Access that will help?
Or what are some others ways to accomplish this task?
involved in this query. The 3rd table is a lookup table that I am aliasing
and accessing 24 times using different criteria for each of the 24 accesses.
All tables are normalized, and indexed.
I am experiencing unacceptable access times when I add the 17th alias (18
tables). Anything after the 17th alias causes the query to run for many
minutes. With 24 aliases the query can run for 1/2 hour. It actually works
but this level of speed is not acceptable.
Is there a query optimization/debug tool in Access that will help?
Or what are some others ways to accomplish this task?