Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Updating from a different database.

Status
Not open for further replies.

Buster49

Programmer
Oct 27, 2003
9
GB
I have a table in a master Access database. I want to open a series of other databases in turn and add to/update the contents of the master table with the contents of a similar table in each other database. I use ADO to make the connections. Can this be done using a SQL command? If so, how?
 
Something like this ?
SELECT columnlist FROM tablelist IN externaldatabase

Hope This Help, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top