Newbie to API needs to take next step

D

Douglas J. Steele

Assuming the full path to the file is in strInputFileName, as in the example
at the top of that page, you'd use something like:

DoCmd.TransferSpreadsheet acImport, , "TableName", strInputFileName
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top