C
Craig
I am trying to import an Excel spreadsheet with 5 columns
into Access. I have the following line in my code:
DoCmd.TransferSpreadsheet acImport,
acSpreadsheetTypeExcel97, "CSIS NAT_cleanse", "c:\temp\" &
path, False
for some reason, this table is not mapping correctly.
CSIS NAT_cleanse is the table name in Access
c:\temp\... is the name of the path of the file that must
be imported
just wondering what could be my problem
thank you
craig madrin
(e-mail address removed)
into Access. I have the following line in my code:
DoCmd.TransferSpreadsheet acImport,
acSpreadsheetTypeExcel97, "CSIS NAT_cleanse", "c:\temp\" &
path, False
for some reason, this table is not mapping correctly.
CSIS NAT_cleanse is the table name in Access
c:\temp\... is the name of the path of the file that must
be imported
just wondering what could be my problem
thank you
craig madrin
(e-mail address removed)