Hi folks,
I have a simple crosstab query in which I want to sum the columns. I can switch the totals on manually using the ribbon. How do I get them to appear automatically. Thank you for your help.
My query is as follows:
TRANSFORM Count(tblChats.ID) AS CountOfID
SELECT tblStaff.Initials...