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!
*************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top