I need to format a currency field. I'm hoping someone can help me craft a format or forumla to display up to five decimal places but always display a minimum of two decimal places since this is currency.
Database Value Report Display
35 35.00
35.5 35.50
35.032 35.023
35.3694 35.3694
.0045 .0045
35.00000 35.00
I've looked through a bunch of other posts, but all the code samples I located drop trailing zeros and leaves me with 35 instead of 35.00. Standard formatting of the field does not work because the default currency setting will round my numbers down to two decimal places.
If anyone has any ideas I'd be greatful.
Thank you!
Database Value Report Display
35 35.00
35.5 35.50
35.032 35.023
35.3694 35.3694
.0045 .0045
35.00000 35.00
I've looked through a bunch of other posts, but all the code samples I located drop trailing zeros and leaves me with 35 instead of 35.00. Standard formatting of the field does not work because the default currency setting will round my numbers down to two decimal places.
If anyone has any ideas I'd be greatful.
Thank you!