Import excel into access 2000

jl39775

Registered User.
Local time
Today, 23:35
Joined
Dec 12, 2001
Messages
43
I am trying to import a excel spreadsheet into an access database. The import works, but any cell that has both alphabetic and numeric character does not import. Those fields are left blank and a error log table is created letting me know which row the error occur. Does anyone know how to import an excel spreadsheet properly?

The code I used is below.

DoCmd.TransferSpreadsheet acImport, 3, _
"Employees", "C:\Newemps.xls", True, "A1:G12"

Thanks,

james
 
Click File, get External data from Access and follow prompts from there....easy as...
 

Users who are viewing this thread

Back
Top Bottom