wald Posted October 29, 2001 Posted October 29, 2001 I am creating an order tracking database. When an order is complete I need to print a shipping label. (I use UPS Ship. ) Anybody know of a way to automate the label printing process (so I don't have to ender the name and address into ups for each order). Thank you. -wald
danjacoby Posted October 30, 2001 Posted October 30, 2001 Create a layout suitable for printing the label (remember to go to Page Setup or Print Setup). Create a script that goes to that layout, performs the Page Setup (no dialog), and prints.
wald Posted October 30, 2001 Author Posted October 30, 2001 The issue is that I need the UPS label with the UPS bar codes and such. I'm thinking I'll just have to do a manual export each time. -wald
danjacoby Posted October 30, 2001 Posted October 30, 2001 Assuming you can feed the UPS label thru your printer... Bar codes are simply a matter of (a) having the correct font, and ( programming a "BarCode" field to return the right number. The rest is just setting up a layout so that everything prints in the right place on the UPS label. It's a thought, anyway.
Recommended Posts
This topic is 8429 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now