I have the following fields:
Price - this is fine and formatted as currency
Price2 - created in query with the expression PRICE2: IIf([PRICE] Is Null,"**",[PRICE])
Problem: [Price2] will not display the [price] in currency format. I tried setting it thru properties but this does not work. And I tried using CCur([price]) within the iff statement with no luck as well.
Price - this is fine and formatted as currency
Price2 - created in query with the expression PRICE2: IIf([PRICE] Is Null,"**",[PRICE])
Problem: [Price2] will not display the [price] in currency format. I tried setting it thru properties but this does not work. And I tried using CCur([price]) within the iff statement with no luck as well.