K
Kathy
I work on a lan system with many many drives, I can do a
merge from Access to a word document by having the code
open word:
Dim stAppName As String
stAppName = "C:\Program Files\Microsoft
Office\Office\WINWORD.EXE T:\Training & Outreach\Word
Merge Documents\ExhibitorsLetterMerge2.doc"
Call Shell(stAppName, 1)
Last year when I used this, it worked no problem, this
year it's telling me that the "Document Name or Path is
not valid"
I'm not sure why, as I've actually copied the path to
ensure accuracy. Any ideas?
merge from Access to a word document by having the code
open word:
Dim stAppName As String
stAppName = "C:\Program Files\Microsoft
Office\Office\WINWORD.EXE T:\Training & Outreach\Word
Merge Documents\ExhibitorsLetterMerge2.doc"
Call Shell(stAppName, 1)
Last year when I used this, it worked no problem, this
year it's telling me that the "Document Name or Path is
not valid"
I'm not sure why, as I've actually copied the path to
ensure accuracy. Any ideas?