I am having issues with this IIF statement below in Access 2010:
this is the ordering of the IIf so that they will be assigned in that order; however, the problem is that I get a #Error when i try this IIf statement.
The tables are joined on Field A
Value: IIf([[Table1].[FieldA]in("89812","83849","83847"),"a",
IIf([[Table1].[FieldA]="91245","a",
IIf([[Table1].[FieldB] = "102","b",
IIf([[Table1].[FieldA]="91164","c",
IIf([[Table1].[FieldA]="39649","d",
IIf([Table2].[FieldC]="f","f","e"))))))))