P
PJ
I have the following in a control source for a text box:
=IIf([frmContLiabBorrowerPendingInfoSubform].[Form]![Total:] Is
Null,"$0.00",[frmContLiabBorrowerPendingInfoSubform].[Form]![Total:])
I want the output to be black if at $0.00 and Red if a dollar amount. How
would I code that?
Thanks in advance.
=IIf([frmContLiabBorrowerPendingInfoSubform].[Form]![Total:] Is
Null,"$0.00",[frmContLiabBorrowerPendingInfoSubform].[Form]![Total:])
I want the output to be black if at $0.00 and Red if a dollar amount. How
would I code that?
Thanks in advance.