I need an IF statement that I can use in a Query that will provide an "OVERDUE" if both of two conditions are met. I thought there was a way that you can combine two IF statements to do this. When I enter the below in my Query, I get an error "Undefined function 'IF' in expression". Could someone please tell me how to make this work.
S: IF([DateRecd] Is Null And IF([DaysHeld]>[MaxDays],"OVERDUE",""
)
S: IF([DateRecd] Is Null And IF([DaysHeld]>[MaxDays],"OVERDUE",""