D
David M via AccessMonster.com
I want to put a Sum in a report footer for a field that either has currency
data and or is empty for each record.
I could easily replace the empty data with zeros but the user of the report
wants to have those records show nothing rather than zeros for easier
readability.
I tried =Sum(Nz([field],0)) but it doesn't work (still get the 'type
mismatch' error that is caused by the empty/null values)
Any way to write the sum controlsource so it counts the empties as zeros?
Thanks in advance,
David
data and or is empty for each record.
I could easily replace the empty data with zeros but the user of the report
wants to have those records show nothing rather than zeros for easier
readability.
I tried =Sum(Nz([field],0)) but it doesn't work (still get the 'type
mismatch' error that is caused by the empty/null values)
Any way to write the sum controlsource so it counts the empties as zeros?
Thanks in advance,
David