E
Ed Ardzinski
I understand this error is due to having too many tables being accessed. I
ran into it today trying to clean up some bad design - a major lookup table
storing the text value of a field rather than the ID. I was burned when I
had to alter the name of one of the look up records but didn't trace all
places it was used. Having the ID number stored instead would have avoided
that...
So now I get the "cannot open..." error when I run a process that runs 4
queries. Actually the process runs fine if I specify exporting to Excel, as
each query is opened, output, and closed in that case. But sometimes it was
useful to just run the queries by themselves. This is where I run into the
error.
So, is there a way around it? I tried to condense a bunch of the joins into
another query, but still happened, so I think that this layering approach
still triggers it. Also, is there any rule of thumb that would indicate when
one might encounter this issue?
TIA
ran into it today trying to clean up some bad design - a major lookup table
storing the text value of a field rather than the ID. I was burned when I
had to alter the name of one of the look up records but didn't trace all
places it was used. Having the ID number stored instead would have avoided
that...
So now I get the "cannot open..." error when I run a process that runs 4
queries. Actually the process runs fine if I specify exporting to Excel, as
each query is opened, output, and closed in that case. But sometimes it was
useful to just run the queries by themselves. This is where I run into the
error.
So, is there a way around it? I tried to condense a bunch of the joins into
another query, but still happened, so I think that this layering approach
still triggers it. Also, is there any rule of thumb that would indicate when
one might encounter this issue?
TIA