H
Huber57
I hope someone can help!
I am running MS Access 2003. I have two Expressions built in a query that
look like this:
Expr5: IIf([ConstructionCost]>0,[ConstructionCost],"TBD")
Expr2: Format([ConstructionCost],"$#,##0;-$#,##0")
I want to combine the two so that the output is either: $500,000 (not
500000) or TBD.
I can't figure out how to wrap the Format around the IIF.
I am running MS Access 2003. I have two Expressions built in a query that
look like this:
Expr5: IIf([ConstructionCost]>0,[ConstructionCost],"TBD")
Expr2: Format([ConstructionCost],"$#,##0;-$#,##0")
I want to combine the two so that the output is either: $500,000 (not
500000) or TBD.
I can't figure out how to wrap the Format around the IIF.