Macro Function explained

J

Jay

I need help writing a macro that will retrieve data from a table in one
database and update a table in another database. Can someone help me with
this?
 
T

Tom Lake

Jay said:
I need help writing a macro that will retrieve data from a table in one
database and update a table in another database. Can someone help me with
this?

Link the table from the other database and then use an Update Query
to do the updating. No need to write a macro.

Tom Lake
 

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