ListBox breaks to new line when adding Currency values to the list

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
 
Top