Round Down

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have calulations like (below) that need to round down within a form (not a
query)

=IIf([INSTALLS]=0,0,[CHSI I]/[INSTALLS])
 
Wrapping Int() around your expression will round it down.

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

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

message
news:[email protected]...
 

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

Back
Top