Jump to content
Server Maintenance This Week. ×

faxing a summary


gristmill

This topic is 7126 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • 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.

Link to comment
Share on other sites

  • 4 months later...

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.

Link to comment
Share on other sites

This topic is 7126 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.