Import Wizard in Access 2000

K

Kevin McCartney

Hi,
In a old Access 97 database I had made a object
reference to the WIZLIB80.mde file so that I could start
the import wizard.

I used the mx_entry procedure and I'd like to be able to
run the same functionality in Access 2000 but since the is
no WIZLIB90.mde I need to find which library contains the
same wizards.

Any help much appriated and if you happed to have the
necessary code to start the wizard that would be most
helpful too. Although I hope its the same as the following

varItem = mx_entry(3, strFilename, gstrQueryName, "TEXT")

Thanks, regards
Km
 

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