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
Programmatically create IIS host header using VBScript / ASP?
best way to proceduralize this?
Outlook xp exchange 2010
How do I send email messages via Access using addresses from a table? The message will be different for each receiver.
Access/Batch File
Vista Home Premium wont install
Deploying SP3 for XP via WSUS 2.0
Bootmgr is missing, trying to import image using Windows PE/Imagex
SSRS Parameter error
How to delete a word bookmark when the document is launched from an Access form?