What is the fastest way?

hgus393

Registered User.
Local time
Today, 12:49
Joined
Jan 27, 2009
Messages
83
Hi all,

I have a massive excel sheet (350 000 rows 40 columns) that I am trying to get into Access. But before I write code for this, does anyone know which way is the fastest to get in data from Excel to Access? :confused: I have always defined excel as an object and from there got all the fields that I need. But I have a naging feeling that if I do this for the massive sheet Access will most certainly die.

Any inputs?
 
You can use the TransferSpreadsheet method if you want to automate the process.
 

Users who are viewing this thread

Back
Top Bottom