MS Access VBA Question

mercwonder

Beta member
Messages
4
I created a command button that when pressed would open a specific word document that I created. I have tried many different ways to write the code without any success. Any help with this would be greatly appreciated.
 
Okay dude, i have got it :). Make a Macro, and make an action thing called RunApp

Then, in the box on the bottom left, type winword ~~~Path to file~~~

for exaple, in mine, i did : winword "C:\Documents and Settings\Joseph\My Documents\blah.doc"



Hope this is of help to you!
 
Back
Top Bottom