Message 1 of 3
Trailing zeros

Not applicable
05-22-2001
11:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I want to show values in a textbox from an Access database. E.g. a value
4.500.
In Access the datatype of the column is Number
Field Size : Double
Format : Fixed
Decimal Places : 3
When I run the program the value shown in the textbox is 4.5
The trailing zeros are removed.
Anybody an idea to solve this?
Thanks,
Michel
I want to show values in a textbox from an Access database. E.g. a value
4.500.
In Access the datatype of the column is Number
Field Size : Double
Format : Fixed
Decimal Places : 3
When I run the program the value shown in the textbox is 4.5
The trailing zeros are removed.
Anybody an idea to solve this?
Thanks,
Michel