Microsoft
Software
Hardware
Network
Question : Linking to Word document from Access Table or Query
In Excel, you can use the hyperlink function to link to a document on the hard drive. Is there a similar function or way of doing that in an Access query or Table?
Answer : Linking to Word document from Access Table or Query
Then it would look like this ...simply enclose the field in brackets [].
Private Sub CmdW9_Click()
FollowHyperlink DLookup("[W9DocPath]", "tblEmployee", "[Photographers Name]='" & Me.[Photographers Name] & "'")
End Sub
ET
Random Solutions
After Update in Access
cross reference from Excel into Word
How do I configure the mx record to send 2 different domains to a single exchange server?
How to Parse http.ResponseText returned from Web service
Read Registry Key Values on Windows 7
How to perform a Find/Replace on non-printing characters in an Access text field
SQL Server 2000 - Post SP4 Updates
Displaying HTML in MS Access report
create a yes no messagebox in asp.net
Text Box in list does not span multiple pages!!