Display Directory folder

T

Trever B

I know the name of the folder but I would like to include a command button
that would open same just like windows does and display it.

Hope this makes sence


Thanks

Trev B
 
T

Trever B

Thanks ron.

Not quite what I am looking for.

What I need is just to open a folder like when you press "mydocuments" with
your mouse.

Thats all.

Trev.
 
R

Ron Weiner

To what end? What do you want to do once the user has chosen a particular
folder or file?

You may want to have a look at the Shell() command. Specifically
Shell("Explorer"), whill open an explorer window. You may also want to
investigate the Shell Execute API at
http://www.mvps.org/access/api/api0018.htm.
 
T

Trever B

I want a command button on my form to open a window folder that is specified
in one of my combo boxes. The user has to make a option call on which file
to open.
 
Top