List of Customers with Shipping and Mailing Addresses
Previous Topic  Next Topic 

List of Customers with shipping and mailing addresses



  1. At the Main Menu type TCL  and hit <ENTER>


  1. Then at the colon : SHL DISP.TCL.CMD <enter>

This will put the report on the screen, so you print it or download. Then X to exit

back to TCL.


  1. At the : type Input TCL Command:

       SORT CUST WITH SHIP.ADDR AND WITH MAIL.ADDR BY NAME NAME <ENTER>



*This will give you a list of customers that have both a shipping and mailing address in the file.



  1. At the Main Menu type TCL  and hit <ENTER>


  1. Then at the colon : SHL DISP.TCL.CMD <enter>

This will put the report on the screen, so you print it or download. Then X to exit

back to TCL.


  1. At the : type Input TCL Command:

SORT CUST.DETAIL WITH BILLTO BY NAME NAME BILLTO


*This will give you a list of customers that have a Billto in the file.



Then type an M and hit <ENTER> to return to the main menu.