I am trying to get a combination of four different fields to display correctly when one or multiple fields do not have a value.
The field names are:
City
State
High School
Prep School
So when all fields have a value it will look as so: City, State/ High School/ Prep School. However, when a field is empty I want the punctuation before the value to not show.
Example: If City field doesn't have a value I want it to show as: State/ High School/ Prep School. Not as: ,State/ High School/ Prep School.
Example: If City and State don't have values then I want it to show: High School/ Prep School. Not as: /High School/ Prep School.
Example: If City, State, and High School are empty then I want it to show as: Prep School. Not as: /Prep School.
If anyone could help or simply just give me a link so I can learn how to do this on my own. This is probably easy stuff for most of you, but I have had help before on this but still don't quite understand how to write up the expression. I know you use the IIf, but I don't really understand what it means.
Thanks