If [City] is specifically either C or E, use this:
=IIf([CITY] = "C","Calgary","Edmonton")
--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
resource (AT) pcdatasheet (DOT) com
www.pcdatasheet.com
"Tony" <anthony.hendrata (AT) gmail (DOT) com> wrote
Quote:
What I am trying to do is create a page header with a text box,
controlled by this formula:
=IIf([CITY] Like "C"=True,"Calgary","Edmonton")
The field [CITY] can either be a "C" or "E", I know this should be
easy to figure this out but it's taking me tooooo long! Could someone
please help me out with this? |