I have a field on a report that needs to use an IIF statement, I need it to say something like this:
IIF([SalesType]= 1****or 101, or 201****,1,0)
and in another place:
IIF([SalesType]>99****AND <199****,1,9)
So basicially the first IIF statement needs to see if SalesType has either the 1...