View Single Post
  #4  
Old September 19th, 2006, 05:59 AM posted to microsoft.public.access.forms,microsoft.public.access.formscoding,microsoft.public.access.modulesdaovba
Duane Hookom
external usenet poster
 
Posts: 2,251
Default import/export specification

You could go through the wizard again and edit the specs or just do it in
the query.

--
Duane Hookom
MS Access MVP

"00KobeBrian" wrote in message
...
Thanks for the information. This seems a bit complicated because I need to
re-adjust the startid and width for every column. Is there an easy way.


"Duane Hookom" DuaneAtNoSpanHookomDotNet wrote in message
...
You can try create a query with SQL view of
SELECT MSysIMEXColumns.*
FROM MSysIMEXColumns;

You may have success modifying the records in the query but you must be
very cautious.

--
Duane Hookom
MS Access MVP

"00KobeBrian" wrote in message
...
How can I add a column and re-order the column in an existing
import/export specification with access97? Thanks.