Jan 17, 2003 #1 raccess Programmer Joined Dec 31, 2002 Messages 91 Location 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 Joined Mar 14, 2001 Messages 102 Location 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"