I would love it to show 22.30 but I was going to be happy with 22.33. How do I get it to round to 22.30 instead? John's worked in both my query and the crosstab query that is based on the 1st query so I will be using the Round function.
Thanks,
Linda
I'd have to agree with John that a Round() is in order. It's better
to leave it numeric rather than make it a string in case you decide to
base some other query on it, perhaps using the number in calculations.
Format() makes a a string.
But can you explain why you want a value that begins 22.33 to display
as 22.30?
Tom Ellison
Microsoft Access MVP
Ellison Enterprises - Your One Stop IT Experts
Here is an expression I have in a query. I want it to only show the answer in this format 22.30, not 22.3333333. What do I need to add to stop the excessive decimal places?
Expr1: [SumOfWorkAreaHours]/12
Thanks,
Linda