Editing Import / Export Specs

C

Charles

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!
 
K

Ken Snell \(MVP\)

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).
 
K

Ken Snell \(MVP\)

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>
 
Top