Import directory list & link to files

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

Guest

Is there a way to automatically import a list of all files from a specific
folder & create a table that has hyperlinks to the files?

We have procedures (usually word documents) that are added all the time from
many users & put into a specific folder. I would like it if the user could
just add a document to the folder & have Access add that file as a hyperlink
in a table.
 
Look at the sample for the filesearch object inside access help, that
presents a cycle to look for files in a specific folder, you'll need to
append the results to a table and add the hyperlink,
 
Back
Top