Help-Joining two tables from two Access databases

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

What is a good way to Join two tables from two Access databases in dotnet?
Thanks in advance,

Roy
 
Join in a query or join by making a relationship?

As query is fairly obvious, I would assume a relationship: Use ALTER table
and create the relationship.

http://www.blueclaw-db.com/alter_table_ddl.htm

--
Gregory A. Beamer

*************************************************
Think Outside the Box!
*************************************************
 
Back
Top