I have a field which needs to round up. It currentl rounds to the nearest whole number, is there a simple command to achieve this?
TIA Cliff
TIA Cliff
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
nRounded = Int(nNotRounded) + 1