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
Windows Full Screen
NZ Dlookup and If statement
TableDef Properties
Importing an Access table
Windows 7 Group Policy management for Firewall
The requested lookup key was not found in any active activation context.
User name disappeared on Welcome Screen
Average from column with empty cells.
Need to restore a single mailbox from ntbackup
Visual FoxPro 9 formset question