J Johan Registered User. Local time Today, 07:54 Joined Apr 13, 2001 Messages 12 Apr 26, 2001 #1 I made an Excel table, and I would like all the data of that table to be fild in A table of my Access dBase. Is this possible
I made an Excel table, and I would like all the data of that table to be fild in A table of my Access dBase. Is this possible
DES Technoweenie Local time Today, 02:54 Joined Apr 17, 2001 Messages 245 Apr 26, 2001 #2 try DoCmd.TransferSpreadsheet acImport, 8, "Access Table Name", "Location of Excel File", True, "A1:h151" HTH DES
try DoCmd.TransferSpreadsheet acImport, 8, "Access Table Name", "Location of Excel File", True, "A1:h151" HTH DES