Don't see how your original expressions could work. They really make no sense. Looking at one:
IIf([tblEmployees].[Marital Status]=1,[tblEmployees].[Basic Salary]<[tblpayrolltaxes].[Lower],[tblpayrolltaxes].[Amount from Column A]-[Exemption credit])
What that does is if Status = 1 then the...