There's an example showing how to call the windows Browse for Folder dialog
at the following URL ...
http://www.mvps.org/access/api/api0002.htm

Signature
Brendan Reynolds
Access MVP
> Hi,
> I think this should be a simple one.
[quoted text clipped - 3 lines]
>
> Mike J. Soames
Try using
Dim MyPath as String
MyPath = "c:\"
Application.FollowHyperLink MyPath

Signature
\\// Live Long and Prosper \\//
BS"D
> Hi,
> I think this should be a simple one.
> I want the user to click a button associated to a specific project and have
> windows explorer open up showing that projects working folder.
>
> Mike J. Soames
mikejs2000 - 18 Jan 2006 14:05 GMT
Brenda, Thanks for you reply but what you sent was just a bit to complex for
what I required. Thanks again.
Ofer, That did it, nice and simple. Thanks.
Mike J. Soames
Happy coding to all
> Try using
>
[quoted text clipped - 8 lines]
> >
> > Mike J. Soames