Newbee1000
MIS
I generate a report in Access and then email a excel version of the report using the
DoCmd.SendObject acSendReport, "[Report Name]", acFormatXLS, "", , , "test", "Test Message ", 0, False
I have subtotal and grand total on my Access report that give me the correct values when I see the report in Access but when I open the exported version of this report in excel it gives me the sub total and grand totals as same values. How can I pass the total to excel?
DoCmd.SendObject acSendReport, "[Report Name]", acFormatXLS, "", , , "test", "Test Message ", 0, False
I have subtotal and grand total on my Access report that give me the correct values when I see the report in Access but when I open the exported version of this report in excel it gives me the sub total and grand totals as same values. How can I pass the total to excel?