1
1whtevr
I recently upgraded to 2007.
In Access 2003 I would set up a macro to run a query to delete a table, then
using an import spec and transfer text action, import new data from a .txt
file and recreate the table.
Now in 2007 I can import an .xml and save the import and use it, but in the
macro design I no longer have an option to transfer data and fill in the
import spec and path to the file.
Is there a different command in 'Action' I can use? I want the macro to be
part of a multi step process where the table 'intrument' is deleted, then the
..xml is imported (I haven't set up an .xml import spec as part of a macro
before) into the recreated 'intrument' table. I have several queries and
steps before and after this process, so don't want to just run the saved
import. I don't generally write in vba, but use macros to run multi step
processes, then put a botton on the switchboard to run the macro. I
appreciate any insight/help. Thanks
In Access 2003 I would set up a macro to run a query to delete a table, then
using an import spec and transfer text action, import new data from a .txt
file and recreate the table.
Now in 2007 I can import an .xml and save the import and use it, but in the
macro design I no longer have an option to transfer data and fill in the
import spec and path to the file.
Is there a different command in 'Action' I can use? I want the macro to be
part of a multi step process where the table 'intrument' is deleted, then the
..xml is imported (I haven't set up an .xml import spec as part of a macro
before) into the recreated 'intrument' table. I have several queries and
steps before and after this process, so don't want to just run the saved
import. I don't generally write in vba, but use macros to run multi step
processes, then put a botton on the switchboard to run the macro. I
appreciate any insight/help. Thanks