K
krymer
I need to use a nested IIF function to display Freshman, Sophomore, Junior,
or Senior for my corresponding class codes in the database FR, SO, JR, and
SR. I have this entered into the expression builder so far:
IIF([Students]![FR],"Freshman", etc...
However, I have been told that the two digit code for freshman needs to be
in quotation marks, not brackets. I tried doing this, but Access gave me
error messages. How wold the expression look for each class? Thanks for your
help!
or Senior for my corresponding class codes in the database FR, SO, JR, and
SR. I have this entered into the expression builder so far:
IIF([Students]![FR],"Freshman", etc...
However, I have been told that the two digit code for freshman needs to be
in quotation marks, not brackets. I tried doing this, but Access gave me
error messages. How wold the expression look for each class? Thanks for your
help!