DirectoryList/FileList Controls

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.
 
A

Albert D. Kallal

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
 
J

jbkirby via AccessMonster.com

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
 
Top