Roundup

SRN

Registered User.
Local time
Today, 15:01
Joined
Nov 8, 2002
Messages
21
Hi,

Can someone please help, i need to round up figures, it works fine in Excel but i need to now use access, anyway i need to convert 0.185 to 1 and so on. Can't seem to find the correct way to do it.

Please can someone help

Thanks
 
I have already tried this buy using CInt([number]) and it converts 0.185 to 0 Am i doing something wrong?
 
Hi Rich,

yes just tried int([number]) still returning 0.185 as 0

any other ideas??
 

Users who are viewing this thread

Back
Top Bottom