Sign up now to view this solution! It's quick, easy, and secure to subscribe. We will return you to this solution, unlocked, when you’re done.
I have a table titled: "ListFileNames" with 2 columns titled: "FileName" and "FileLocation". What VB code would I use so that it would list the names and locations of all files in a selected folder.
*Pretend the location of my files are in: "C:\FileList" and that this folder contains 5 files:"Financials.xls, Statistics.mdb, Resume.doc, Accounting.txt, Help.txt"
If you ran the vb code then the table "ListFileNames" will look like this...
ColumnName: FileName FileLocation
Financials.xls C:\FileList
Statistics.mdb C:\FileList
Resume.doc C:\FileList
Accounting.txt C:\FileList
Help.txt C:\FileList
Sign up now to view this solution! It's quick, easy, and secure to subscribe. We will return you to this solution, unlocked, when you’re done.
Posted on 2010-02-21 at 14:24:49ID: 35666697
All comments and solutions are available to Premium Service Members only. Sign up to view the solution to this question. Already a member? Log in to view this solution.