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
SQL WHERE sub clause
Convert Old computer to a server running 2003 or 2008 Windows server
Is there a way to install IIS using Configuration Manager 2007?
design mode in excel
Admin pack for windows 7
Access Combo Box
DSUM works from form but not query
Intercept the "You must enter a value in the "FormName.FieldName' field." error message...
Question on Transaction Logs
Access macro vs modules