Exporting a File Import/Export Specification

  • Thread starter Thread starter marv_7
  • Start date Start date
M

marv_7

Grettings, Is there a simple way to import/export a "File Import
Specification" from one mdb to another mdb?
Thanks, Harv
 
Grettings, Is there a simple way to import/export a "File Import
Specification" from one mdb to another mdb?

There are two hidden / system tables, MSysIMEXSpecs and MSysIMEXColumns.
This is where Access stores yoiur import / export specifications. If you
can't see them, you'll need to visit the Options dialog and set a checkbox
to show the hidden objects.

Then you can either export them, or query to find the records of interest,
and export the results of the query.

--
Peace & happy computing,

Mike Labosh, MCSD

"It's 4:30 am. Do you know where your stack pointer is?"
 
marv_7 said:
Grettings, Is there a simple way to import/export a "File Import
Specification" from one mdb to another mdb?
Thanks, Harv

Yes. In the Import Objects dialog box, click the Advanced button. There's
a check box for Import/Export specs.
 

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