Launching Import Wizards Programmatically

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

Guest

Is it possible to launch access file import wizards programmatically?
Failing that, I would like to launch the Specification creation wizard
programmatically; can THIS be done? Finally, if this is not possible, is it
at least possible to directly edit the MsysIMEXSpecs and MsysIMEXColumns
tables programmatically?

If NONE of this is possible, does anybody have any advice on how to provide
some flexibility to my app's users for data importation?
 
For anyone interested, you can't just add (or edit) records to MsysIMEXSpecs
and MsysIMEXColumns, but you CAN use an append query (or update query) to
insert the rows you would like to appear in the tables.
 
Back
Top