Can't group on fields selected with '*'.

Error 3121

You tried to execute a select that groups or totals fields selected with an asterisk ( * ).

Possible cause:

          You created an SQL statement29F05E5 that includes an aggregate function or GROUP BY Clause (SQL)61THXA8 that refers to a field you selected with an asterisk.   This error occurs, for example, if you enter the following SQL statement:

          SELECT * FROM Orders GROUP BY [Ship Via];