I am using the below query, I'd like the query to have a row at the bottom to display the totals and\or averages for each column.
ie.Code:SELECT Col1, Col2 FROM tblTest WHERE (TimePeriod=#Jan 2015#) ORDER BY TimePeriod;
COL1 COL2 43 1 22 22 12 43 77 (total) 66 (total)