S
Slez via AccessMonster.com
When I add a field called "Estim" to a report, I get the following message,
and the report will not run:
"Multi-level GROUP BY clause is not allowed in a subquery."
The field "Estim" has the following expression in the report's source query:
Estim: (SELECT First(Bid.Estimator) FROM Bid WHERE Bid.ProjectID= Project.
[ProjectID])
The query runs fine and returns the proper records.
The report has 2 grouping levels: NextFollowUpDate, and ProjectName
If I leave the Estim control off of the form, the report runs properly. It
is only when I add it that the message pops up. What might be the cause of
this?
Thanks
Slez
and the report will not run:
"Multi-level GROUP BY clause is not allowed in a subquery."
The field "Estim" has the following expression in the report's source query:
Estim: (SELECT First(Bid.Estimator) FROM Bid WHERE Bid.ProjectID= Project.
[ProjectID])
The query runs fine and returns the proper records.
The report has 2 grouping levels: NextFollowUpDate, and ProjectName
If I leave the Estim control off of the form, the report runs properly. It
is only when I add it that the message pops up. What might be the cause of
this?
Thanks
Slez