Just wondering…are there any clever ways of inserting a large number of rows of data from Excel into Access at once?
I know I can start from the database side and do an Import, or use TransferSpreasheet in code
Also from Excel I can step through the rows one at a time and used DAO (or ADO) with an Add method to do a record at once picking up field values from individual cells…
but it would be nice if I had some sort of “BULK INSERT / COPY” facility available from Excel as the client.
Anyone know of any fancy ways of doing this??