G
gymphil
I am using the following code to open a PDF file:
Application.FollowHyperlink Application.CurrentProject.Path & "\" &
Me.FileControlName & ".pdf"
The PDF opens and immediately minimizes leaving the form showing.
I can open PDF's using links in a table but am having difficulties using
this method. Would be grateful for any ideas.
Many thanks
Application.FollowHyperlink Application.CurrentProject.Path & "\" &
Me.FileControlName & ".pdf"
The PDF opens and immediately minimizes leaving the form showing.
I can open PDF's using links in a table but am having difficulties using
this method. Would be grateful for any ideas.
Many thanks