Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Rounding Down

Status
Not open for further replies.

GeneN24

IS-IT--Management
May 1, 2003
17
US
Is there a way to format an amount field to round down?

Thanks
 
Do you need to see the decimal places or just the whole number? If you just want to see the whole number you can create a formula like this...

Fix(yournumberfield)

Hope this helps.

 
Ido, your suggestion worked like a charm. Hopefully with more experience I will become as innovative as those on this board that give the excellent solutions to our problems.

Thanks,
Gene
 
I'm not exactly sure what kind of field you actually have delcared, but if you use this formula it should work.

Fix(ToNumber(yourfieldhere))

This should convert your Currency to a number and if you still want to show the currency symbol you can then right click on the formula field and go to the number tab and click the customize button. If you go to the currency tab and check the enable currency symbol option then it will look like your currency field.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top