This is what I have
is there away this could be done in a query?Code:If Me.liftingdevicetotal = 0 Then Me.Grade = ([preusetotal] + [traveltotal] + [deposittotal] + [stackingtotal] + [parkingtotal]) / 100 * 1 Else Me.Grade = ([preusetotal] + [traveltotal] + [deposittotal] + [stackingtotal] + [parkingtotal] + [liftingdevicetotal]) / 105 * 1 End If