Any suggestions to calculating payroll tax in Access query would be appreciated
Ok. In my previous message, I stated I am trying to do a database to calculate payroll deductions. I am trying to do this in a query. The query so far goes like this: Federal: (IIf([gross] Between 233 And 250,"1") Or IIf([gross]<233,"0") Or IIf([gross] Between 250 And 260,"2") Or IIf([gross] Between 260 And 270,"3")...
Leave a comment: