S
sabrown
Have a simple text field being pulled into a report that I wnat to test
for particular string and if found substitute a new string on the
report. Have tried all kinds of IIf statements using =, like etc. all
to no avail. Tried...
=IIf([CURR_MODEL] In ("ARPN","ARPG"),"ARP",NA)
=IIf([CURR_MODEL]="ARP?","ARP"...
=IIf([CURR_MODEL] like "ARP?","ARP"...
HELP!
for particular string and if found substitute a new string on the
report. Have tried all kinds of IIf statements using =, like etc. all
to no avail. Tried...
=IIf([CURR_MODEL] In ("ARPN","ARPG"),"ARP",NA)
=IIf([CURR_MODEL]="ARP?","ARP"...
=IIf([CURR_MODEL] like "ARP?","ARP"...
HELP!