Import Data with Runtime

  • Thread starter Thread starter Tony Uythoven
  • Start date Start date
T

Tony Uythoven

I am distributing runtime only versions of my program. I want to be able to
import data with this version from Excel spreadsheets or text files. To
this end I have created a customized menu bar with an Import Data menu and
discovered that I need an Access Import Wizard to import data the data. Is
it possible to include the Wizard in the runtime version, or is there some
other way to import data from spreadsheets or text files with runtime Access
programs?
 
You can create a macro that does a transferspreadsheet from Excel. You can
use a range name in Excel if you want but you don't have to. You can call
the macro from a menu or button on a form.
 

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

Back
Top