C
Cuda
Here's my simple code which works fine as long as there's records.
=[Change Orders subreport1].[Report]![Sum CO Amount]
this calculates the total perfectly as long as there's
a record
I've tried the following codes
=IIF([Change Orders
subreport1].[Report]![RecordsetClone].[RecordCount]>0,[Change Orders
subreport1].[Report]![Sum CO Amount],0)
this gives me the #Name? error so I must have a typo.
=IIF([Change Orders subreport1].[Report]![Sum CO Amount]HasData, [Change
Orders subreport1].[Report]![Sum CO Amount],0)
invalid syntax
=[Change Orders subreport1].[Report]![Sum CO Amount]
this calculates the total perfectly as long as there's
a record
I've tried the following codes
=IIF([Change Orders
subreport1].[Report]![RecordsetClone].[RecordCount]>0,[Change Orders
subreport1].[Report]![Sum CO Amount],0)
this gives me the #Name? error so I must have a typo.
=IIF([Change Orders subreport1].[Report]![Sum CO Amount]HasData, [Change
Orders subreport1].[Report]![Sum CO Amount],0)
invalid syntax