![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Friends, I was thinking of creating a form in Access and add a list box that displays all my Word files I have saved in my C:\My Documents\ folder. Once a users selects the required file, it should automatically open. Is this something possible to do with Access? Thanks. |
#3
| |||
| |||
|
|
Access supplies you with the Dir() command, which you can use to build a file/folder listing. Check online help for examples. After selecting the file, you would automate Word to open your file: air code Dim wrd As Word.Application Set wrd = New Word.Application wrd.Documents.Open "PathToYourDocument" etc etc "Paolo" <jprma (AT) tin (DOT) it> wrote in message news:9f41a860.0310170552.390887e4 (AT) posting (DOT) google.com... Friends, I was thinking of creating a form in Access and add a list box that displays all my Word files I have saved in my C:\My Documents\ folder. Once a users selects the required file, it should automatically open. Is this something possible to do with Access? Thanks. |
![]() |
| Thread Tools | |
| Display Modes | |
| |