Round Down

M

mmatzke

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

=IIf([INSTALLS]=0,0,[CHSI I]/[INSTALLS])
 
A

Allen Browne

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]...
 
Top