List of Customers with shipping and mailing addresses
This will put the report on the screen, so you print it or download. Then X to exit
back to TCL.
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.
This will put the report on the screen, so you print it or download. Then X to exit
back to TCL.
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.