View Single Post
  #2  
Old September 19th, 2006, 04:43 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 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.