Saving a single page to a file from report

S

syseng

From a form screen I'm running a report to print the customer which is shown
on the form screen. I'm using VBA code to set the where condition based on
the customer number. I want to also save this as a PDF or mdi file with out
having to select the path. I want to build the path based on a request
number. The first of the path will always be the same with only the last
directory changing. I have try using the chpath command but it does not
change the path for the document imaging.
 
Top