A
Angi
I'm using the following to populate my text box. If the acctbal is a
negative number, it wraps it. How can I stop this from happening and
keep the - with the number?
Code:
Forms!deprec2!txtInfo = "This invoice is paid, but there are " &
InvCount & " outstanding invoices on this account with a balance of " &
Format(AcctBal, "$#,##0.00;$-#,##0.00") & ". The payment is more than
is owed on the account. You will need to issue a credit if you accept
this payment."
TIA!
negative number, it wraps it. How can I stop this from happening and
keep the - with the number?
Code:
Forms!deprec2!txtInfo = "This invoice is paid, but there are " &
InvCount & " outstanding invoices on this account with a balance of " &
Format(AcctBal, "$#,##0.00;$-#,##0.00") & ". The payment is more than
is owed on the account. You will need to issue a credit if you accept
this payment."
TIA!