Data truncated in list box control

F

Fred

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top