I am trying to run a query with group and count. If I select group for my query, or count or both, I get the message retuned:
Cannot group on fields selected with'*'
If I look at the sql statement for the query, it does have a * in the sql string.
I am trying to "automatically delete duplicates" with a table append, but can't get through the steps.
Thanks for the help!
Robert
Cannot group on fields selected with'*'
If I look at the sql statement for the query, it does have a * in the sql string.
I am trying to "automatically delete duplicates" with a table append, but can't get through the steps.
Thanks for the help!
Robert