J
Joan
Hi,
I have an expression field in a query stated as follows: Amount:
IIf([Credit]<>0, Format([Credit],"Currency"), Format([Debit],"Currency")) .
When I run my query I get the following message:
"Function is not available in expressions in query expression "IIf([Credit]
<> 0, Format([Credit], "Currency"), Format([Debit], "Currency"))."
I do not understand why I am getting this message. Could someone tell me
why the Format function is not available in this query expression?
Joan
I have an expression field in a query stated as follows: Amount:
IIf([Credit]<>0, Format([Credit],"Currency"), Format([Debit],"Currency")) .
When I run my query I get the following message:
"Function is not available in expressions in query expression "IIf([Credit]
<> 0, Format([Credit], "Currency"), Format([Debit], "Currency"))."
I do not understand why I am getting this message. Could someone tell me
why the Format function is not available in this query expression?
Joan