Hi everyone:
I have a form with a listbox and would like to file scrape everything is a specific directory folder and populate it in a listbox. Can I do this and How?
Thanks
Zishan
First, create a table called tblFileNames.
make sure to include the following fields in your table:
Filename (as text)
DateModified (as date)
FileSize (as number)
Next, include the following code in the On Load event of the form that contains your list box.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.