Newbies gristmill Posted June 15, 2004 Newbies Posted June 15, 2004 I have database with thousands of records (customers) which are summarized in a layout according to a location number (store). When you summarize by store number, you can print a report for each store en masse. How can you fax each summary instead of sending the bulk of them to one fax number? The database is quite large, so i would rather not have to find and send manually.
dkemme Posted October 28, 2004 Posted October 28, 2004 I think you will have to set up a script that will find each store number and print/fax that report to that store. You could set up a script quite easily with a loop statement running through each store number, performing a find, an if statement making sure you found something, then fax it to that store.
Recommended Posts
This topic is 7400 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