That works perfectly! Thanks!! I appreciate your assistance!
Right now, I'm deleting the entire table and then calling the ImportExcel VBA...if there's an easier method, without having to close the table and reopening it, that would be awesome!
DoCmd.SetWarnings False
'SQL delete statement...
Greetings!!
I am new to MS Access and have been trying to use VBA to import a specific worksheet called "Access" in an Excel file (from about 400 users) into a single table. I want the code to search through one folder and import the "Access" worksheet in each Excel workbook within that...