Full Version: Multi-level Group By Error
UtterAccess Discussion Forums > Microsoft® Access > Access Reports
rabroersma
I have a report that I'm trying to create that has 4 report group by(s), but I keep getting the above mentioned error.

If I remove all of the report group by(s) from the report the error goes away.

Any thought?
swgeof
Never seen that error before, can you post a picture of your report in design view with the group by details?
rabroersma
I see what was causing the problem,

The underlying query was coalescing two correlated sub-queries.

So, Basically the report doesn't like:

CODE
SELECT NZ( ( SELECT ... ), ( SELECT ... )) AS result_column, ...


when report group-by(s) are applied.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.