Hi
I have a report with four text boxes displaying subform totals.
One of them refuses to display zero if no data
=IIf([Reports]![rpprojects]![qrybom subreport].[Report].[HasData]=True,[Reports]![rpprojects]![qrybom subreport].[Report]![sumadjustcost],0)
The others work fine using a similar format
=IIf(Reports!rpprojects![qrybom subreport].Report.HasData=True,Reports!rpprojects![qrybom subreport].Report!totalsk/Reports!rpprojects!rpqryrates.Report!exrate,0)
All all formatted as Curency, 4 decimals.
Can any one help with this - I can't see anything wrong!!
Cheers
Dave
I have a report with four text boxes displaying subform totals.
One of them refuses to display zero if no data
=IIf([Reports]![rpprojects]![qrybom subreport].[Report].[HasData]=True,[Reports]![rpprojects]![qrybom subreport].[Report]![sumadjustcost],0)
The others work fine using a similar format
=IIf(Reports!rpprojects![qrybom subreport].Report.HasData=True,Reports!rpprojects![qrybom subreport].Report!totalsk/Reports!rpprojects!rpqryrates.Report!exrate,0)
All all formatted as Curency, 4 decimals.
Can any one help with this - I can't see anything wrong!!
Cheers
Dave