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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Selecting data from tables residing in two different Access databases

Status
Not open for further replies.

ndalli

Programmer
Nov 6, 1999
76
MT
Hi,<br>
<br>
I am trying to write a Select SQL statement that selects data from two tables that reside in two different access databases.<br>
<br>
Does anybody have a clue<br>
<br>
Thanks
 
To do this through SQL could be awkward. I would suggest that you create a link table from DATABASE A into DATABASE B and then run an SQL against the one database but getting both tables.<br>
<br>
C
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top