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
Erased C:\\Inetpub\wwwroot
Export data from Access to multiple Excel files using a filtered string from a drop down list on a form
Databinding drop-down controls, order of events issue...
Setting filter on sub report
variant for ServerName?
How do I join multiple tables using IDataReader
Creating a 'Please Wait' Screen while asp.net page loads
School Timetable in MS Excel
The difference between the server types "Web Front End" and "Stand-alone?"
Problem with insert into query..