Right now I have a variable in a report that changes the shipping information based on an IFEQ statement:
(IFEQ(SORTONE,'PM','KAY PARK RECREATION',SHIPNAME)) The company now wants the change for another item 'PR'. What function or combination of functions would I use? In essence I want it to print the SHIPNAME as entered in the order except for items 'PM' & 'PR'. Jim

