G
Guest
Here is a problem I am having related to how information is displayed in a
report. I have two fields I'm trying to concatenate. If the the word "none"
appears in the first field I want to disregard that value and have the
combined fields display just the value of the second field. I can't make or
leave the first field's value null because it is a key field. I can't
permanently combine the two fields because of other reporting needs. So far I
have been unsuccessful in using the IIF statement to get proper results.
Table example:
Field1 Field 2 Desirded Result
record1 none Faculty Faculty
record2 Academic Representative Academic Rep
record3 Academic Counselor Academic Counselor
report. I have two fields I'm trying to concatenate. If the the word "none"
appears in the first field I want to disregard that value and have the
combined fields display just the value of the second field. I can't make or
leave the first field's value null because it is a key field. I can't
permanently combine the two fields because of other reporting needs. So far I
have been unsuccessful in using the IIF statement to get proper results.
Table example:
Field1 Field 2 Desirded Result
record1 none Faculty Faculty
record2 Academic Representative Academic Rep
record3 Academic Counselor Academic Counselor