hi
i am using Adobe pdf reader ActiveX in ms-access, I have given in form load()
when i run the form , i can see the Test.pdf inside the form But it looks very small in size , i can't drag also.No other option .is there on the window..
help me to get a normal view of the PDF inside access forms
thanks!
i am using Adobe pdf reader ActiveX in ms-access, I have given in form load()
Code:
Private Sub Form_Load() Dim FILENAME As String FILENAME = "D:\SAMPLES\Test.pdf" AcroPDF5.LoadFile FILENAME End Sub
help me to get a normal view of the PDF inside access forms
thanks!
Comment