Question : Script to automatically run the saved imports in an access database

Hello,

I am currently having to run a ton of different saved imports on multiple access databases, and am wondering if there is a script I can write to run all of these imports automatically? I am running access 2007. Thanks.

Answer : Script to automatically run the saved imports in an access database

The problem is "multiple databases". Depending on what you mean by "running imports", you might need to prepare them so that they accept a command-line parameter.

For example, the command

  "" /x RunImports

Will open the specified database and attempt to run the macro RunImports. That macro can quit Access when done. That way, you could run a macro in each of your databases from a single batch file or script.

(°v°)
Random Solutions  
 
programming4us programming4us