If you base the crosstab on a table and "yes, include row sums" option as you go through the wizard, you can add a field in the report footer to total that column.<br>Just copy & paste that field into the report footer and modify it. If the ControlSource property of the one you copy is:<br> Sum Of CountOfWhatever <br>you would modify the one in the report footer to be:<br> =sum(Sum Of CountOfWhatever)