Greetings all,
I have a field [Contract_Due] that is based on a date the user inputs. The expression I am currently using, (IIf), works fine to return two responses;
Contract_Status: IIf([Contract_Due]<62,"Call Contact","Good")
The Contract_Due value is a number and ranges depending on the difference between the date assigned and the current date().
The True value being "Call Contact" if the Contract_Due value is <62.
The False value is "Good" for anything over 62 days.
While this is a working solution for the time being, I would like to include another criteria. Where if Contract_Due value falls under lets say -40 it should display "Time & Material".
I am fairly new to building expressions so please forgive me if this is an easy solution, but with that said, how would I go about building the expression to either replace the IIf expression or add to it to include the new criteria? I am using Access 2010.
Thanks