G Guest Apr 26, 2007 #1 I have calulations like (below) that need to round down within a form (not a query) =IIf([INSTALLS]=0,0,[CHSI I]/[INSTALLS])
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 Apr 26, 2007 #2 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]...
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]...