G
Guest
I am trying to write a IIF statement based on whether or not a field on the
subreport [TotalPayments] is null.
IIf((IsNull)srpt_PaymentDetails.Report!TotalPayments,"","PAST DUE")
This is not working.
Any help would be appreciated
subreport [TotalPayments] is null.
IIf((IsNull)srpt_PaymentDetails.Report!TotalPayments,"","PAST DUE")
This is not working.
Any help would be appreciated