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
Communicator 2007 R2 - randomly won't logon
How do I declare and set variables for the Caption propery of a field in MS Access 2003 Database? (VBA)
Making a chart see a #DIV/0! error as an empty cell
RunApp issue across different Office versions
Add a file extension
add formula to current macro
Prevent User from writing in textbox
Setting the "Order by" Order
Setting up auto responder in Outlook 2007
Converting ANSI-89 to ANSI-92 T-SQL queries