On my report I have the following text box:
=Format([Quantity],"Standard") & " MMBtu per day"
When it prints out Quantity has two decimal points like this:
50,000.00 - I want to remove the 2 decimals. How do I do this?
Thanks in advance.
=Format([Quantity],"Standard") & " MMBtu per day"
When it prints out Quantity has two decimal points like this:
50,000.00 - I want to remove the 2 decimals. How do I do this?
Thanks in advance.