View Full Version : Embed PDF files into a Report


mattclubb
10-09-2009, 05:03 AM
I have a table with records, each record has a field with the location of a PDF file.

I have used the Adobe Acrobat ActiveX control to display these PDF files on a form using

Me.AcroPDF6.LoadFile (Me.Document)

But now need them to print in a report.

Anyone have an answer?

Thanks