read directory in access xp

  • Thread starter XPUSER0000000001
  • Start date
X

XPUSER0000000001

A control to search, read and display in drop down box the files in a
selected directory.
 
D

Dirk Goldgar

XPUSER0000000001 said:
A control to search, read and display in drop down box the files in a
selected directory.

What about one? It's easy enough to build a custom rowsource function
for a combo box, but what so you have in mind to do with it? You may
just want to call the Windows File Open/Save Dialog API instead, as
shown at

www.mvps.org/access/api/api0001.htm
 
Top