Ok so here is the skinny...
I have a form that I need to print multiple times, but to one file such as a PDF or XPS (ideally the file-type is up to the user).
I need to be able to print it as a form, I can't use the same information in a report because of a function that only works in the form.
I just need to be pointed in the right direction. I have looked into a number of options such as using PDFCreator, but I plan to distribute the program, and even though it is "open source" there are restrictions on redistribution.
I have the microsoft PDF plugin installed, and using this would be ideal.
What I would like to see is something that caches each "printed" document and then takes the entire cache and uses DoCmd.OutputTo to parse it to one file.
Thanks for the help
I have a form that I need to print multiple times, but to one file such as a PDF or XPS (ideally the file-type is up to the user).
I need to be able to print it as a form, I can't use the same information in a report because of a function that only works in the form.
I just need to be pointed in the right direction. I have looked into a number of options such as using PDFCreator, but I plan to distribute the program, and even though it is "open source" there are restrictions on redistribution.
I have the microsoft PDF plugin installed, and using this would be ideal.
What I would like to see is something that caches each "printed" document and then takes the entire cache and uses DoCmd.OutputTo to parse it to one file.
Thanks for the help
Last edited: