I have a query that is a total sum. I need that number to be on a report...
I have a query that is a total sum. I need that number to be on a report...
Options:
1. use Sum function in textbox in report or group header/footer section to summarize records of the Detail section
2. domain aggregate function (DSum, DLookup, etc)
3. include in the report RecordSource
4. subreport
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
error? =DSum([SumOfTotal],[qryaQFFTotalRgis]![SumOfTotal])
Enclose each argument in quote marks.
=DSum("fieldname with data to sum","table or query name","filter criteria here if needed")
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
Fixed!!!!!! Thank you thank you