Round Up

D

DavidPuddyFan

I field within a query that is using the following expression to get m
a number....

Expr1: IIf([Age] Between 0 An
64,([fEmpBenefitSubFormCompanyNew]![LifeThousands]+[fEmpBenefitSubFormCompanyNew]![LifeRemainder])*1000,IIf([Age
Between 65 An
100,([fEmpBenefitSubFormCompanyNew]![LifeThousands]+[fEmpBenefitSubFormCompanyNew]![LifeRemainder])*650))

Let's say for instance I get the number 178,750. If I want to roun
this up to 179,000, How would I do that....thank
 
Top