Hi all,
I created a Query in Access that is picking up data from only one table. The intention is to create new fields in the query using IF statements like COMQ2: IIf([Resolution] Like "*COMQ2*","COMQ2").
I use this query in a PivotTable Object where the field COMQ2 is available. The...