Query Functions

G

Guest

I am creating a query that multpies to fields and displays the results and
I've noticed in Excel that there is a Round, RoundUp and RoundDown function
but in Access there only seems to be a Round. Is there anyway to have Access
RoundUp or RoundDown?
 
G

Guest

Awesome! Thanks!

Ofer Cohen said:
To round down use:
Int([YourNumber])

To round up use:
-Int(-[YourNumber])

--
Good Luck
BS"D


Scott said:
I am creating a query that multpies to fields and displays the results and
I've noticed in Excel that there is a Round, RoundUp and RoundDown function
but in Access there only seems to be a Round. Is there anyway to have Access
RoundUp or RoundDown?
 

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

Top