AngelSpeaks
Well-known member
- Local time
- Today, 10:23
- Joined
- Oct 21, 2021
- Messages
- 693
Hi All,
I am using Access 2013. I have a pdf form, that I wish to fill in via an Access report. I tried inserting an Active X object, Adobe PDF Reader.
Here is my code:
First I get OLE Server Isn't Registered.
Then I get a runtime error 438.
I tried save the PDF as a png file and inserted it as an image, but trying to place controls on the image is a major PITA.
Any suggestions? Thanks
I am using Access 2013. I have a pdf form, that I wish to fill in via an Access report. I tried inserting an Active X object, Adobe PDF Reader.
Here is my code:
Code:
Private Sub Report_Load()
Me.AcroPDF0.LoadFile "c:\Prevailing Wage\Certified Payroll Database\Affadivit.pdf"
End Sub
First I get OLE Server Isn't Registered.
Then I get a runtime error 438.
I tried save the PDF as a png file and inserted it as an image, but trying to place controls on the image is a major PITA.
Any suggestions? Thanks