DBL
Registered User.
- Local time
- Today, 22:44
- Joined
- Feb 20, 2002
- Messages
- 659
I have a field that holds a unit price. I can't use currency as the data type because the currency type is different for each client. I have another field that specifies the currency type for each department. Up to now I've been using a double format with a 2 decimal places. We now need to increase the decimal places to 4 but don't necessarily want to see all four places if only 2 are required - 1.5000 against 1.50. However if I make the decimals as auto, if I have 1.50 it rounds to 1.5.
Any other way to give a bit of flexibility to this?
Thanks.
Dawn
Any other way to give a bit of flexibility to this?
Thanks.
Dawn