Rounding Question

G

Golfinray

I have a query that calculates numbers. The numbers are like 14.7256589 or
10.2356343. How do you round those to 2 decimal places? I could do a left
function and just cut them off at 2 decimal places but I actually want
rounding. I also tried the round function and I couldn't get that to work
either. Thanks so much!!!
 
J

J_Goddard via AccessMonster.com

Hi -

In the query design view, right-click the field you want to format, then
select Properties on the popup. Set the format to "Fixed" and Decimal Places
to 2.

John
 
D

DMcclung

I'm having the same rounding problem and can't figure out the syntax error.
What is the proper way?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Rounding number 15
Rounding numbers incorrect 2
Rounding Up question 2
Rounding 2 decimal Places 1
Rounding errors 8
Rounding Problem 1
Rounding expression in a query 1
Rounding problem 9

Top