is there a file/folder view control i can use in Access?

R

Rick B

Do you have a question?

Please type out your full question in the text area. We have no idea what
you are trying to accomplish here.
 
W

wc

Is there a file/folder view control out there that can be used in Access Form
from which users can browse through and select the desired file to be
processed? thank you.
 
M

Marshall Barton

wc said:
Is there a file/folder view control out there that can be used in Access Form
from which users can browse through and select the desired file to be
processed?

There's no standard Access control to do that, but if you
can live with a separate pop up form, take a look at using
the windows dialog for this purpose:
http://www.mvps.org/access/api/api0001.htm
 
Top