Save Current Form Record Only As PDF (1 Viewer)

abbaddon223

Registered User.
Local time
Today, 15:29
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.
 

Mihail

Registered User.
Local time
Tomorrow, 01:29
Joined
Jan 22, 2011
Messages
2,373
Create a report with that single record then save the report as PDF
 

abbaddon223

Registered User.
Local time
Today, 15:29
Joined
Mar 13, 2010
Messages
162
Hi, unfortunately that's a no go. There will always be multiple records in the set. Thanks for the suggestion though.
 

Mihail

Registered User.
Local time
Tomorrow, 01:29
Joined
Jan 22, 2011
Messages
2,373
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

Top Bottom