June 15, 200421 yr Newbies 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.
October 28, 200421 yr 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.
Create an account or sign in to comment