S Skip Bisconer Who Me? Local time Today, 07:45 Joined Jan 22, 2008 Messages 285 Jan 16, 2009 #1 Is there a way to run a saved import of tables through VBA? Or must I do a separate import for each table?
Is there a way to run a saved import of tables through VBA? Or must I do a separate import for each table?
S Skip Bisconer Who Me? Local time Today, 07:45 Joined Jan 22, 2008 Messages 285 Jan 16, 2009 #2 Thanks Pat, I found a docmd.deleteobject actable, "tablename" which seems to work and then I ran DoCmd.RunSavedImportExport "SavedImportName". I should have checked it out before I posted.
Thanks Pat, I found a docmd.deleteobject actable, "tablename" which seems to work and then I ran DoCmd.RunSavedImportExport "SavedImportName". I should have checked it out before I posted.
krishan.chawla New member Local time Today, 07:45 Joined Dec 21, 2008 Messages 6 Jan 30, 2009 #3 hi.. How can i delete import/export specifications in access 2003