I’m using an iff statement: IIf([Item type]="U",+1*Int(+1*[Gross]*1.03),([Gross]*1.03)
Item type U needs to round up to whole dollar. The rest need to round up cents. I am using Access 97. I always get an error trying to use the Round function in the above statement so I use Int. This is not...