G Guest Dec 20, 2004 #1 Is there a way to list some Word documents in a pull down menu and initiate them from Access?
D Douglas J. Steele Dec 20, 2004 #3 You can use the code in http://www.mvps.org/access/api/api0001.htm at "The Access Web" to list the Word documents. Once you know the name of the document you want to open, you can use the code in http://www.mvps.org/access/api/api0018.htm to launch it.
You can use the code in http://www.mvps.org/access/api/api0001.htm at "The Access Web" to list the Word documents. Once you know the name of the document you want to open, you can use the code in http://www.mvps.org/access/api/api0018.htm to launch it.
A Arvin Meyer Dec 20, 2004 #4 shelby said: Is there a way to list some Word documents in a pull down menu and initiate them from Access? Click to expand... Put the full paths in a table, then start them as required with the Shell Exceute function: http://www.mvps.org/access/api/api0018.htm -- Arvin Meyer, MCP, MVP Microsoft Access Free Access downloads: http://www.datastrat.com http://www.mvps.org/access
shelby said: Is there a way to list some Word documents in a pull down menu and initiate them from Access? Click to expand... Put the full paths in a table, then start them as required with the Shell Exceute function: http://www.mvps.org/access/api/api0018.htm -- Arvin Meyer, MCP, MVP Microsoft Access Free Access downloads: http://www.datastrat.com http://www.mvps.org/access
A Albert D. Kallal Dec 20, 2004 #5 I have a working, ready to go example that does this... You can find it here.... http://www.members.shaw.ca/AlbertKallal/msaccess/msaccess.html
I have a working, ready to go example that does this... You can find it here.... http://www.members.shaw.ca/AlbertKallal/msaccess/msaccess.html