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
 
Top