S
ScottS
I'm trying to calculate the MODE in a report.
When I enter the following SQL string in the text
boxes "control source" property:
= SELECT TOP 1 [tblMngrSurvey].[bytStaff] FROM
[tblMngrSurvey] GROUP BY [tblMngrSurvey].[bytStaff] ORDER
BY COUNT([tblMngrSurvey].[bytStaff]) DESC;
I get an error about needing parenthesis around the
subquery.
???
HELP!
Thank you for your time and interest,
Scott
Fuquay-Varina, North Carolina
When I enter the following SQL string in the text
boxes "control source" property:
= SELECT TOP 1 [tblMngrSurvey].[bytStaff] FROM
[tblMngrSurvey] GROUP BY [tblMngrSurvey].[bytStaff] ORDER
BY COUNT([tblMngrSurvey].[bytStaff]) DESC;
I get an error about needing parenthesis around the
subquery.
???
HELP!
Thank you for your time and interest,
Scott
Fuquay-Varina, North Carolina