H
Hank
I use the following in a query:
PastDue: IIf([DueDate]<Date(),Format(25+[FeeDue]-[AmtPaid],"currency"),"")
Something has changed. The code worked great for a while, but not it will
not display a past due amount UNLESS there is a value in the FeeDue and
AmtPaid fields. If the amount in those fields is blank there is no PastDue
amount showing.
Where have I gone wrong?
Hank
PastDue: IIf([DueDate]<Date(),Format(25+[FeeDue]-[AmtPaid],"currency"),"")
Something has changed. The code worked great for a while, but not it will
not display a past due amount UNLESS there is a value in the FeeDue and
AmtPaid fields. If the amount in those fields is blank there is no PastDue
amount showing.
Where have I gone wrong?
Hank