Forum Discussion
- DonLarsonQrew EliteWinss,
One way to solve this is to use the Integer function to capture the whole numbers from the division of the number
[Numerator]
[Denominator]
Int( [Numerator]/[Denominator])
------------------------------
Don Larson
Paasporter
Westlake OH
------------------------------- WinssQrew TraineeThanks Don.
For anyone having the same problem you can find this also using
( [Numerator] - Rem(Numerator, Denominator) )/ [Numerator]
Rem is QuickBase function to return the Reminder of a division operation.
------------------------------
Winss Albo
------------------------------