K
Kelly
I am trying to create an if statement that would assign a classroom. I have
a data field that has a grade and I want each grade level to be assigned to a
room.
classroom: iif ([next grade] = 1 or 2, "1st and 2nd", = 3 or 4, "3rd and
4th" = 5 or 6 or 7 or 8, " "5th through 8th")
Clearly this doesn't work because I don't know what I'm doing, but I'm
hoping it will give someone an idea of what I want it to do and maybe you can
tell me what it should say, or if it's even possible.
Thanks for any advice.
a data field that has a grade and I want each grade level to be assigned to a
room.
classroom: iif ([next grade] = 1 or 2, "1st and 2nd", = 3 or 4, "3rd and
4th" = 5 or 6 or 7 or 8, " "5th through 8th")
Clearly this doesn't work because I don't know what I'm doing, but I'm
hoping it will give someone an idea of what I want it to do and maybe you can
tell me what it should say, or if it's even possible.
Thanks for any advice.