B
bhammer
The user clicks a button to launch the GetExternalData wizard,
DoCmd.RunCommand (acCmdImport)
then browses to a text file and selects a destination table, etc.
I want to display the import filename and the destination table that the
user selected during the wizard, in text boxes on the form, so that I can
have the user verify prior to running an update query. How?
DoCmd.RunCommand (acCmdImport)
then browses to a text file and selects a destination table, etc.
I want to display the import filename and the destination table that the
user selected during the wizard, in text boxes on the form, so that I can
have the user verify prior to running an update query. How?