Hi!
If I have a text field (in my query) that is a result of the division and displaying as (example 10/3=) 3.3333333333333
how do I trim it on Report level so it displays without decimals just 3?
I am searching for help and I see there is suggestion of Instr([Field],",")
and
Returns a Variant (String) containing a specified number of characters from a string.
Syntax
Mid(string, start[, length])
I do not have a specified number of the characters, I need all after the dot to the left. Thanks
Why not simply set the Format or Decimal Places properties of the text box in the report. I don't think you want to do anything to the actual value, just change the display.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.