working with 2 Access DB

G

Guest

Dear Sirs
I would like to build a query in my DB using the data from a table of
another Access DB.
Can I do that? And if possible, please give me a ste-to-step explanation how.
Many thanks in advance
Klaus
 
L

Larry Linson

Amateur said:
I would like to build a query in my DB using the data from
a table of another Access DB. Can I do that? And if possible,
please give me a ste-to-step explanation how.

In Access 2003 or earlier, on the File menu, Get External Data, choose Link,
and follow the prompts to choose the Database and Table to link. Once it's
linked, you can use it almost as though the linked Table were in your
database, and for the purposes you describe you can use it exatly as though
the linked Table were in your database.

Larry Linson
Microsoft Access MVP
 
G

Guest

The easiest way is to link the table from the 2nd database into the first one.

Open the first database, Select File -> Get External -> Link from the Access
main menu.

When the dialog box opens, navigate to and select the 2nd database. Then
select the table or tables from the second database that you want to link,
and click "OK"

The other way is to write your query in SQL view, it will look something like:

SELECT * FROM tableName in "C:\SomeAccessDatabase.mdb"

HTH
Dale
 
G

Guest

Thanks, table data I got.
How does it work if I want to build a query in one database using the data
from a query in another database?
Thanks for your help.
Klaus
 

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

Top