Seasonal Greeting to One and All. Advise is sort , i have a simple query which counts the source field that have been grouped .
SQL View #SELECT Count(TblDemoData.ID) AS CountOfID, TblDemoData.Source
FROM TblDemoData
GROUP BY TblDemoData.Source;#
This work just fine, however when i tried to...