Editing Import / Export Specs

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We have an existing Import / Export Spec in an Access 2003 database. I need
to add a new row about seventh from the bottom (of 24 rows). How do I do
this?

Thanks!
 
You'll need to start the import manually, then click the Advanced button at
lower left of the wizard window, establish new specs, then save the specs
over the old specs (use same name as before).
 
If you want to "live a bit dangerously", you can try editing the
MSysIMEXSpecs table (it's a system table in your database, usually hidden)
via append and update queries to get your desired result. But, unless you
know how to do this, I wouldn't recommend it.

--

Ken Snell
<MS ACCESS MVP>
 

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