How to get directory text?

  • Thread starter Thread starter Frederick Wilson
  • Start date Start date
F

Frederick Wilson

Hello,

I have a table that hold various variable so to say for the environment
of my application.

What I am trying to do is allow the user to set a standard directory as
to where images may be stored.

So, I was going to provide a button the user clicks and then it would
give something like the MS Windows open files dialog. The user can then
browse to their desired directory. That directory information/location
would then be stored in my table to be used elsewhere.

Thanks,
Fred
 
Frederick said:
I have a table that hold various variable so to say for the environment
of my application.

What I am trying to do is allow the user to set a standard directory as
to where images may be stored.

So, I was going to provide a button the user clicks and then it would
give something like the MS Windows open files dialog. The user can then
browse to their desired directory. That directory information/location
would then be stored in my table to be used elsewhere.



THis is the recommended way to do that:
http://www.mvps.org/access/api/api0001.htm
 

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