Ceiling function

B

Boon

Hello,

Please answer this question for both using in query and using in VBA.

Is there a ceiling functio in Access? e.g Ceiling(5.23) would give a
result of 6

Thanks,
Boon
 
M

Maurice

You mean like always rounding up? Try this:

fieldname: round(5.23+0.5,0) in a query

and you can also use this in VBA

hth
 

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