Thanks for the reply, John. I just added a return. It looks alright,
so that'll have to do for now. Thanks for all the suggestions!!! It
helps to have more than head...especially when mine is fried!
Have a good one!
Al Camp - 02 May 2005 15:39 GMT
Angi,
Try rephrasing your concatenation slightly to force that wrap to occur in
a different place...
You wrote
>" outstanding invoices on this account with a balance of "
Try
" outstanding invoices against this account with a balance of "
That might force the whole -number onto the next line.
hth
Al Camp
> Thanks for the reply, John. I just added a return. It looks alright,
> so that'll have to do for now. Thanks for all the suggestions!!! It
> helps to have more than head...especially when mine is fried!
>
> Have a good one!
John Nurick - 02 May 2005 22:15 GMT
Hi Angi,
Just a thought: what happens if you use the Unicode minus sign (U+2212)
in the format string instead of the hyphen?
...Format(AcctBal, "$#,##0.00;$" & ChrW(&H2212) & "#,##0.00")
>Thanks for the reply, John. I just added a return. It looks alright,
>so that'll have to do for now. Thanks for all the suggestions!!! It
>helps to have more than head...especially when mine is fried!
>
>Have a good one!
--
John Nurick [Microsoft Access MVP]
Please respond in the newgroup and not by email.
Angi - 03 May 2005 01:51 GMT
John,
That worked! Thank you so very much!!!
BR,
Angi
John Nurick - 03 May 2005 06:47 GMT
I'm glad. Now I need to remember this for next time someone needs it!
>John,
>That worked! Thank you so very much!!!
>
>BR,
>Angi
--
John Nurick [Microsoft Access MVP]
Please respond in the newgroup and not by email.