I have a button on a for with the following code in the click event
Dim strPath As String
strPath = Me.TxtFilePath
Application.FollowHyperlink strPath, , True, False
This works fine - Opens a document ( doc, PDF xls ) that is in the TxtFilePath field.
Instead of opening it can I just print it without opening it
Thanks in advance
Dim strPath As String
strPath = Me.TxtFilePath
Application.FollowHyperlink strPath, , True, False
This works fine - Opens a document ( doc, PDF xls ) that is in the TxtFilePath field.
Instead of opening it can I just print it without opening it
Thanks in advance