Jan 17, 2003 #1 raccess Programmer Dec 31, 2002 91 US Hi, Here is scenario, Everyday on user request program will import specific excel file in to access table. How i can do this? Currently a Keyword search criterion is off on this forum that’s why i post this question. Thanks, Raccess
Hi, Here is scenario, Everyday on user request program will import specific excel file in to access table. How i can do this? Currently a Keyword search criterion is off on this forum that’s why i post this question. Thanks, Raccess
Jan 17, 2003 #2 AArt Technical User Mar 14, 2001 102 US Use the TransferSpreadsheet method. Your help file has all the details. Here's the example they give DoCmd.TransferSpreadsheet acImport, 3, _ "Employees","C:\Lotus\Newemps.wk3", True, "A1:G12" Upvote 0 Downvote
Use the TransferSpreadsheet method. Your help file has all the details. Here's the example they give DoCmd.TransferSpreadsheet acImport, 3, _ "Employees","C:\Lotus\Newemps.wk3", True, "A1:G12"