Hi all.
I'm trying to enhance the functionality of an MS Access application.
I want to give the user the capability to import a MS Access or MS
Excel table into the application *without* having to execute the Import
Wizard herself.
Q1:
So i'm basically looking for the VBA statement that will invoke the
Import Wizard (the equivalent of right-clicking in Tables view and
choosing: Import).
Q2:
Is there a way to capture the name of the table that's being imported?
I will need to append it to another one once the user has imported it.
If not, i was thinking to simply capture all the table names before the
user starts the Import Wizard and after he's done so, so the difference
would give me the name of the newly imported table.
Many thanks for your help,
Alex