Tekime
Registered User.
- Local time
- Today, 16:54
- Joined
- Jun 26, 2003
- Messages
- 72
I'm using a query to return negative currency values, and I need to convert them to positive values and include them in a string.
This code works fine except it strips all trailing zeros:
CCur(Abs(rs("trns_amount")))
I.E. -$123.90 would be returned as $123.9.
Is there a way to preserve the trailing zeros?
Thanks
This code works fine except it strips all trailing zeros:
CCur(Abs(rs("trns_amount")))
I.E. -$123.90 would be returned as $123.9.
Is there a way to preserve the trailing zeros?
Thanks