randommetalguy
Registered User.
- Local time
- Today, 15:03
- Joined
- Nov 25, 2008
- Messages
- 52
This should be an easy fix but I cannot solve this:
I want to have all values in a list box show 1 decimal place. I can get it to look like this: 4.90, 5.00, 5.10 and like this 4.9, 5, 5.1, but I need it to look like this 4.9, 5.0, 5.1.
My table has the following properties:
Field Size - Double
Decimal Places - 1
My control has the following properties:
Format - Fixed Number
Decimal Places - 1
Thanks for your help
I want to have all values in a list box show 1 decimal place. I can get it to look like this: 4.90, 5.00, 5.10 and like this 4.9, 5, 5.1, but I need it to look like this 4.9, 5.0, 5.1.
My table has the following properties:
Field Size - Double
Decimal Places - 1
My control has the following properties:
Format - Fixed Number
Decimal Places - 1
Thanks for your help