Import Multiple Spreadsheets

C

CompassDBA

I have individual spreadsheets for each day of the month for November. Is
there a way to import them all at once into an access database?

Thanks!
 
J

John Nurick

You need to write VBA code that imports them in succession, e.g. using
the Dir() function to get the filenames and DoCmd.TransferSpreadsheet to
import them.
 
C

CompassDBA via AccessMonster.com

Thank you. I'll give it a try.

John said:
You need to write VBA code that imports them in succession, e.g. using
the Dir() function to get the filenames and DoCmd.TransferSpreadsheet to
import them.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top