S
Stacey Howard
I have a collection of currency values in vba, that I would like to display
in a list box control on a form. When I attempt to use the additem method of
the list box control to add the values for display. Any numbers with three
digits or more are truncated in the list box as such:
truncated
$1
000.000
Instead of
$1000.000
If I then try to add a string literal of $1000.000 the control functions
fine. Any ideas on how I can resolve this issue. Using Access xp.
in a list box control on a form. When I attempt to use the additem method of
the list box control to add the values for display. Any numbers with three
digits or more are truncated in the list box as such:
truncated
$1
000.000
Instead of
$1000.000
If I then try to add a string literal of $1000.000 the control functions
fine. Any ideas on how I can resolve this issue. Using Access xp.