Linked files in forms

Y

YL

Hello all,

What is the best way to link files to a form? These would be files that sit
on a network server so all users using the database would have access to
them, be they Word docs, Adobe PDFs, Outlook email texts, XLS, etc.

Is it best to create a hyperlink? Or script with:
Private Sub File_Click()
Application.FollowHyperlink Me.Doc
End Sub

Can you recommend resources on where to read up on creating the latter
solution, the script?

Thanks so much!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top