Search Form - to search for files on pc

M

Melissa

Hi there

I wonder if this is possible. I have a database in which I save reports as
snapshots into a file on my pc.
(I use the "output to" option)

Now I would like to enquire whether it is possible to somehow search for
these "saved reports" via access? for eg. A "search" form with a text box
to enter the name of a file I am looking for (on my pc itself), and then it
needs to display the results of the search in access, with an option to open
the chosen report from a button on the form.

Thank you

Melissa
 
A

Allen Browne

See:
List files recursively
at:
http://allenbrowne.com/ser-59.html

The code lists the files of a certain type (optionally) in a folder and
subfolders (optionally), and can fill a list box with the results so the
user can select one.

You will need some experience with VBA code to achieve this.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

search form 1
Search Form 2
Combo box to search on a field in the subform 1
Cannot search form. 1
Form to search for Customer 1
Excel JUMP FROM SEARCH BAR TO RESULT 3
search form 1
search command on form 1

Top