L
Leo
Hello all. I have a simple line of code
List1.AddItem (rs("Totals"))
Totals is a currency field in the form of: $333,334.00
The problem is that the ListBox is breaking to a new line right after the
comma like this
$333
334.00
Can anyone help me out with a solution on how to show it all in one line
please?
Thanks a lot
Leo
List1.AddItem (rs("Totals"))
Totals is a currency field in the form of: $333,334.00
The problem is that the ListBox is breaking to a new line right after the
comma like this
$333
334.00
Can anyone help me out with a solution on how to show it all in one line
please?
Thanks a lot
Leo