H
http://www.microsoft.com/windowsxp/downloads/updat
I am trying to write a statement saying : If the DueDate is greater than
today, then give me a past due amount by calculating ($25.00 +FeeDue -
AmtPaid. Otherwise leave blank.
This is what I have written and it won't work.
IIf("«Expr» [DueDate]">Date(),Sum(25)+[FeeDue]-[AmtPaid]," ")
I added a new field in the query and put this code in the Criteria area.
I'm am still very green in this and any help is appreciated.
today, then give me a past due amount by calculating ($25.00 +FeeDue -
AmtPaid. Otherwise leave blank.
This is what I have written and it won't work.
IIf("«Expr» [DueDate]">Date(),Sum(25)+[FeeDue]-[AmtPaid]," ")
I added a new field in the query and put this code in the Criteria area.
I'm am still very green in this and any help is appreciated.