gdev
Technical User
- Mar 12, 2001
- 38
Hi,
I have these totals in the report:
=Sum([custcnt])
=Sum(Val([wgt]))
=Format$(Sum([glamt]),"$#,##0.00")
only sum([custcnt] is appearing on the Excel export. I am using Access 97
and using DoCmd.OutputTo acOutputReport, r2xls, acFormatXLS to export.
Does anyone know why the other totals won't export over? Is there a work around beside using Excel code in Access?
Please assist.
Thanks
I have these totals in the report:
=Sum([custcnt])
=Sum(Val([wgt]))
=Format$(Sum([glamt]),"$#,##0.00")
only sum([custcnt] is appearing on the Excel export. I am using Access 97
and using DoCmd.OutputTo acOutputReport, r2xls, acFormatXLS to export.
Does anyone know why the other totals won't export over? Is there a work around beside using Excel code in Access?
Please assist.
Thanks