Kerbouchard
IS-IT--Management
This is probably a simple answer but I can't seem to find it anywhere.
If I want to use replace based on a list of data for a field how do I do it?
Example which doesn't work but you'll see what I'm trying to do--
replace all;
cust.salsmn1 with "ART003", cust.comrate with 10, cust.terr with "03" for cust.zip="06430" and type in ("REST","CLUB","CRUI/AIR")
Thanks in advance for the help!!
If I want to use replace based on a list of data for a field how do I do it?
Example which doesn't work but you'll see what I'm trying to do--
replace all;
cust.salsmn1 with "ART003", cust.comrate with 10, cust.terr with "03" for cust.zip="06430" and type in ("REST","CLUB","CRUI/AIR")
Thanks in advance for the help!!