G
Guest
I receive the following syntax error.....
Syntax error in date in query expression 'Group#'.
on the following SELECT query:
SELECT DISTINCT Group#, Count(Group#) AS GroupCount
FROM [Active EEs by Group#];
GROUP BY Group#
What I am trying to do is creat mail merge letters, and of course I only
want one letter for each instance of a group number. The query in the FROM
expression pulls all the active employees and sorts them by group number.
Am I missing quotes, parens, or brackets somewhere? I have tried
everything....
Syntax error in date in query expression 'Group#'.
on the following SELECT query:
SELECT DISTINCT Group#, Count(Group#) AS GroupCount
FROM [Active EEs by Group#];
GROUP BY Group#
What I am trying to do is creat mail merge letters, and of course I only
want one letter for each instance of a group number. The query in the FROM
expression pulls all the active employees and sorts them by group number.
Am I missing quotes, parens, or brackets somewhere? I have tried
everything....