File Listing in a Form (HELP)

  • Thread starter Michael Kintner
  • Start date
M

Michael Kintner

Hello Folks,

Is there a way in an access form that I could list the contents of a
directory? I want the database to store the directory location and when
clicked show the contents of that directory within the form.

Thank you in advance,
Mike
 
D

Dennis

Well, the form would have to be a continuous form, and to populate it you'd
need to open the appropriate FileSystem object.
 
Top