Save Current Form Record Only As PDF

abbaddon223

Registered User.
Local time
Today, 06:03
Joined
Mar 13, 2010
Messages
162
Hi,

I'm using:

DoCmd.OutputTo acOutputForm, "Frm_EL_PL_Bulk_Send", acFormatPDF, outputFileName1

To save a form as a PDF. The issue is, it saves all the records in that set in continuous form, and I'm trying to get it to only save the record its on.

Can anyone help please?

thanks in advance!!!

Phil.
 
Create a report with that single record then save the report as PDF
 
Hi, unfortunately that's a no go. There will always be multiple records in the set. Thanks for the suggestion though.
 
Hi, unfortunately that's a no go. There will always be multiple records in the set. Thanks for the suggestion though.
Fortunately this will work :)
Take a look to the DoCmd.OpenReport command. You will see that you can open a report with a filter clause.
 

Users who are viewing this thread

Back
Top Bottom