DJN,
I appreciate the response.
I have DB1 producing a report through a linked table in DB2.
The steps I must take to update the report consists of downloading data into a text file that is linked in DB2, then I must hit a "Update" button that runs a few lines of code that update a table in DB2.
Then I go to DB1 and produce a report that is linked to DB2's table.
I was hoping someone could show me how to run the update code that is in DB2 from DB1 without having to open the DB2 and do it manually.
I hope these details help provide a better idea of what I meant. Sorry for the vague explanation on the original post.