Hello,
Right now, I have a query pulling a bunch of data for a report by UnitName. I would like to group some of these units for display on a similar report. I've tried using multiple Iif statements:
Group: IIf([UnitName]="Unit A","Group A", Iif([UnitName]="Unit B","Group A"...