Sorry John, the code above only lists folders. This lists the files. Create a table "tblCreate_File_List" with text fields DIrpath, Filepath, Filename. Call as above.Sub Create_File_List(Inputpath As String)
Dim Dbs As Database
Dim rst As DAO.Recordset
Dim Fso, Fldr, SubFldr, F As Object
Set...