I've never had your problem so I do seem to be pushing the limit.
Years ago somebody posted his query here, seemed to be about 1 1/2
page of statement code, and asked how he could fix it. Somebody
responded make it less complex.
Is there any way to make this humongous query less complex? I've
sometimes created a set of queries; query1, query2, query3, query4,
query5. Query1 would be my base, 2-4 subordinates that use the
preceding query, and used Query5 to run the set.
'
You might not like doing it, but maybe when the command button to run
a report is pressed, create a couple of temp tables from a couple of
queries and link the make tables together. It might add a couple of
seconds to presenting the report but without errors.
I would do what I
Don't look askance when your client says "Phil, we need to add a few
more fields to the report."