DirectoryList/FileList Controls

  • Thread starter Thread starter jbkirby
  • Start date Start date
J

jbkirby

How can I insert DirectoryList Control and FileList Control in a form?


I have an application and I want my users to choose the path where they can
save the tables/queries they are exporting. I hope someone can help me with
this problem. Anyway I'm using MS Access 2000. Thank you.
 
jbkirby said:
How can I insert DirectoryList Control and FileList Control in a form?

I have an application and I want my users to choose the path where they
can
save the tables/queries they are exporting. I hope someone can help me
with
this problem. Anyway I'm using MS Access 2000. Thank you.

Later versions of access do have this ability built in..but, for a2000, you
can use:

http://www.mvps.org/access/api/api0001.htm

There also an example on the web site that browses to a folder......

If you want to see working application that uses the above code, the
download my shiftkey by-pass example here:

http://www.members.shaw.ca/AlbertKallal/msaccess/msaccess.html
 
Sir,
Thanks for the info. This would be a great help in my applications.
How can I insert DirectoryList Control and FileList Control in a form?
[quoted text clipped - 3 lines]
with
this problem. Anyway I'm using MS Access 2000. Thank you.

Later versions of access do have this ability built in..but, for a2000, you
can use:

http://www.mvps.org/access/api/api0001.htm

There also an example on the web site that browses to a folder......

If you want to see working application that uses the above code, the
download my shiftkey by-pass example here:

http://www.members.shaw.ca/AlbertKallal/msaccess/msaccess.html
 

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