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
OCS 2007 Issue
How to move XML namespaces to SOAP header in Webservice proxy (From WSDL file)
Trace dependents/precedents on multiple cells in excel (macro)
IE 7 broswer slow to locate site after "Automatically Detect Settings" turned on
Excel auto fill in
Deleting empty columns in dataset
Share to Video grayed out in Powerpoint 2010
MDI form background colour
Repeat Header columns on each and every page of the Report
FormsAuthentication.Redire<wbr />ctFromLogi<wbr />nPage question