does Access have a Roundup function?

  • Thread starter Thread starter Kevin
  • Start date Start date
K

Kevin

Hi

in MS Excel there is a worksheet function to roundup values say from 12.32
to 13 ie =roundup(A1,2)

Is it possible to do something similar in the design query of Access
 
nice - thanks
--
Kevin


Allen Browne said:
Negate. Take the integer value. Negate:

= - Int( - [MyField])

--
Allen Browne - Microsoft MVP. Perth, Western Australia

Reply to group, rather than allenbrowne at mvps dot org.

Kevin said:
Hi

in MS Excel there is a worksheet function to roundup values say from 12.32
to 13 ie =roundup(A1,2)

Is it possible to do something similar in the design query of Access
 

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

Query Functions 2
roundup 4
CAN ACCESS ROUNDUP? 6
RoundUP Function for Access 2000 7
Roundup Function 2
I want to use the ROUNDUP function from Excel in Access 8
roundup 1
Calling a function 2

Back
Top