File Attachment
try inserting a button and on the on click event use the following code:
Dim stAppName As String
stAppName = "C:\Program Files\Microsoft Office\Office\WINWORD.EXE " & [Test]
Call Shell(stAppName, 1)
Substitute Test for the name of the field that holds the path to...