J
Jacqueline
I need a text box to print a title based on a course title. I tried using a *
wildcard but that did not work. Then tried looking for the first character in
the string as all the classes that have a C in the first place of the title
are these classes. Here is the code I tried, can anyone set me on the right
path please?
Tried:
=IIf((Left([COURSE_TITLE]="C*","College Alternative Program"," ")
Also Tried:
=IIf((Left([COURSE_TITLE],1)="C","College Alternative Program"," ")
Thank you,
Jacqueline
wildcard but that did not work. Then tried looking for the first character in
the string as all the classes that have a C in the first place of the title
are these classes. Here is the code I tried, can anyone set me on the right
path please?
Tried:
=IIf((Left([COURSE_TITLE]="C*","College Alternative Program"," ")
Also Tried:
=IIf((Left([COURSE_TITLE],1)="C","College Alternative Program"," ")
Thank you,
Jacqueline