print report to file with filename based on data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I print a report to a file using a filename based on one field of
data in that report. I print shippers then send an electronic copy to
corporate based on the shipper number used in the report.
 
Tim,

You have to somehow capture the shipper number selected *before* you
actually export (OutputTo?) the report; presumably the user selects the
shipper number in a control on a form? This is where you must capture it
from. Pls be more specific on how it works.

HTH,
Nikos
 
Back
Top