DOCUMENTS.

  • Thread starter Thread starter hczudick
  • Start date Start date
H

hczudick

FOLLOWING CODE STOPPED WORKING IN ACCESS 2003:


Documents.Open Filename:="c:\xx\contract.doc"
 
If you are truly looking for the code to open a file in MS Access VBA then
you should use the FollowHyperlink Method

Application.FollowHyperlink = "c:\xx\contract.doc"
--
Hope this helps,

Daniel Pineault
http://www.cardaconsultants.com/
For Access Tips and Examples: http://www.devhut.net
Please rate this post using the vote buttons if it was helpful.
 
Back
Top