Running Remote Macro

D

dar

This is a two-parter. I need to transfer info to a remote database.
"Historical"
If I use the transfer command in a macro, should info go into a temp table,
then go from temp into master table via append query?

If yes to both questions, how can I run the append query remotely from the
"current" database if append query is in remote "Historical" database.
 
G

Gijs Beukenoot

Het is zò dat dar formuleerde :
This is a two-parter. I need to transfer info to a remote database.
"Historical"
If I use the transfer command in a macro, should info go into a temp
table, then go from temp into master table via append query?

If yes to both questions, how can I run the append query remotely from the
"current" database if append query is in remote "Historical" database.

I don't think you should. You could link the table (from the db
Historical) and then run an append query in your current db.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top