I have a question. If a salesperson is changed, how can I change the old one to the new one and assign the new one to the his related customers. Any good idea?
You could open the table from the object designer and do find/replace. You could write a processing only report that does it for you (that's probably the safest way). I would not filter on the salesperson code and change the value in the same loop though, I'd probably just loop through the customer table and only make the change to salesperson 2 if the current one is 1.
Comments
Filter on the customer card for Salesperson code that has the old salesperson Code & change it to the new one.
You can do this right on the customer table too or is this not what you're going for??
:shock: 8-[
http://www.BiloBeauty.com
http://www.autismspeaks.org
You could open the table from the object designer and do find/replace. You could write a processing only report that does it for you (that's probably the safest way). I would not filter on the salesperson code and change the value in the same loop though, I'd probably just loop through the customer table and only make the change to salesperson 2 if the current one is 1.
RIS Plus, LLC