We got it worked out. I want to post the end result expression then I'm marking this a solved.
IIf([tblEmployees].[Marital Status]=1 And [Basic Salary]>25727,[Basic Salary]-[Lower],IIf([tblEmployees].[Marital Status]=2 And [Basic Salary]>17780,[Basic Salary]-[Lower],[Amount from Column A]))
I have a query expression with some of the results being a negative numbers that I wish to change to a 0. I have Salaries minus several deductions created several "Employees" to be negative which means they get a standard deduction so I want the results to be 0 instead of negative. Net Wage...
@dullster I think the problem is you ask vague questions with incomplete data and approach a problem one step at a time without giving context to the overall requirements. As a result your threads have 40+ posts when it is likely it could have been resolved with 3 or 4 posts, saving you and us time.