AUTOMATION

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I thought I already posted this today for some reason it did not post but
here is my question again.

Is there a way to create a table to maintain my word documents path
information and then have the ability to Click a command button to
automatically open the Word document. I am currently use seperate command
buttons for each document which is becomimg excessive.

I know this is probally a tedious process is there some known documentation.
 
This can be an extensive topic, I'll give you some pointers on where to start,

-Using the filesearch method for the application object (check help for full
details) populate a table holding all the paths,
-Create a form showing those file paths and create an OnClick event for the
path field to open the file, you can use shell (check the help for full
details)
 
Back
Top