I need some help, I keep getting errors in my query when I add a or as in it doesn't display what I am looking for.
This is the Column Heading of a crosstab query. I would like there to be 2 columns at the top. First column would be "Full" which would include the Location Types of: Full Service or Limited Access. The second column would add all other types up. When I run the query as is it just has 1 column for full service.Code:Expr1: IIf([dbo_vw_ReportingInfo]![Location Type]="FULL SERVICE" Or "LIMITED ACCESS","FULL","OTHER")