I have a query that uses two Query's. In one of my fields I have
CurrentSumOfPaymentAmount: IIf(IsNull([SumOfPaymentAmount]),"0 ",[SumOfPaymentAmount])
to return a zero if null. The problem is I need it to return currency. (The data that is correctly formatted in one query even returns unformatted.) When I select the properties for that field I don't have an option to select currency. The drop down is blank.
WHAT'S UP?!?!
CurrentSumOfPaymentAmount: IIf(IsNull([SumOfPaymentAmount]),"0 ",[SumOfPaymentAmount])
to return a zero if null. The problem is I need it to return currency. (The data that is correctly formatted in one query even returns unformatted.) When I select the properties for that field I don't have an option to select currency. The drop down is blank.
WHAT'S UP?!?!