Code:
Private Sub Command25_Click()
Dim strInput As String
strInput = FilePathCommonOth1 'This references a text box on my form that has a file path
Application.FollowHyperlink strInput, , True 'Setting this to True opens the database in another window
End Sub
Leave a comment: