B
BUGSWorker
I am working with a report, and trying to get it to display inform from a
query. There query has a field for Area of Study with Any Other Curriculum
as an option. There is then also an Other field, where the area of study can
be further expounded upon if it is not within the available curriculum. I am
trying to display the information from this query in a report that has the
area of study shown. I was wondering how I can show the Other field when the
Area of Study field states Any Other Curriculum. What I currently have is
=IIf([AreaOfStudy]="Any Other Curriculum",[Other],[AreaOfStudy])
but this is giving me #Error for every Area of Study.
Thanks for the help!
Steve
query. There query has a field for Area of Study with Any Other Curriculum
as an option. There is then also an Other field, where the area of study can
be further expounded upon if it is not within the available curriculum. I am
trying to display the information from this query in a report that has the
area of study shown. I was wondering how I can show the Other field when the
Area of Study field states Any Other Curriculum. What I currently have is
=IIf([AreaOfStudy]="Any Other Curriculum",[Other],[AreaOfStudy])
but this is giving me #Error for every Area of Study.
Thanks for the help!
Steve