windows Explorer

  • Thread starter Thread starter MRutten
  • Start date Start date
M

MRutten

How can I in a form by double clicking on a text field
open Windows Explorer in a specified directory?

Thank you.
 
Good answer but the question was how to double click not single click.
 
Hi,
If you place this:
FollowHyperlink("C:\")

in the text box's DoubleClick event, presto, you get windows explorer
when you double click!
 
Great that works very well. I appreciate your help.
-----Original Message-----
Hi,
If you place this:
FollowHyperlink("C:\")

in the text box's DoubleClick event, presto, you get windows explorer
when you double click!

--
HTH
Dan Artuso, Access MVP


"Jim" <[email protected]> wrote in
message news:[email protected]...
 
Great that works very well. I appreciate your help.
-----Original Message-----
Hi,
If you place this:
FollowHyperlink("C:\")

in the text box's DoubleClick event, presto, you get windows explorer
when you double click!

--
HTH
Dan Artuso, Access MVP


"Jim" <[email protected]> wrote in
message news:[email protected]...
 
Great that works very well. I appreciate your help.
-----Original Message-----
Hi,
If you place this:
FollowHyperlink("C:\")

in the text box's DoubleClick event, presto, you get windows explorer
when you double click!

--
HTH
Dan Artuso, Access MVP


"Jim" <[email protected]> wrote in
message news:[email protected]...
 
Great that works very well. I appreciate your help.
-----Original Message-----
Hi,
If you place this:
FollowHyperlink("C:\")

in the text box's DoubleClick event, presto, you get windows explorer
when you double click!

--
HTH
Dan Artuso, Access MVP


"Jim" <[email protected]> wrote in
message news:[email protected]...
 

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

Back
Top