J
jjacob
I am trying to create a query off a subquery. The sbuquery pulls in all of
the data I need. Now to sort the data for the report.
Expr1: IIf([xqryKsOccupationalEmploymentSurvey]![Salary]<=7.5,"A")
This expression works, but I need to add more categories so that
IIf([xqryKsOccupationalEmploymentSurvey]![Salary] Between 7.51 And 9.49,"B")
IIf([xqryKsOccupationalEmploymentSurvey]![Salary] Between 9.5 And 11.99,"C")
And so on for a wage survey with a total of 12 wage brackets. Can these be
nested so that I get my results all in 1 column?
TIA!
the data I need. Now to sort the data for the report.
Expr1: IIf([xqryKsOccupationalEmploymentSurvey]![Salary]<=7.5,"A")
This expression works, but I need to add more categories so that
IIf([xqryKsOccupationalEmploymentSurvey]![Salary] Between 7.51 And 9.49,"B")
IIf([xqryKsOccupationalEmploymentSurvey]![Salary] Between 9.5 And 11.99,"C")
And so on for a wage survey with a total of 12 wage brackets. Can these be
nested so that I get my results all in 1 column?
TIA!