Solved Combining IIf Statements

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]))
 
The saga continues:

 
Thank you for remembering me. Actually it doesn't continue, I have another question about the DB.

I'm starting to find any new questions that I have, may not be welcomed here or at least by you.

Either way let me know and if you prefer not to help, I'll find somewhere else for help. Thank you plog.
 
@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.
 

Users who are viewing this thread

Back
Top Bottom