Do linked tables update automatically?

G

Guest

I have linked several tables from one database into another. I have also
done a query using the existing & the linked tables. I will do a report
using the linked tables as well.

If a user enters new records or modifies existing records in the other
database, will these changes be automatically visible when I run the query or
report in the database that I linked the tables to?
 
J

John Vinson

If a user enters new records or modifies existing records in the other
database, will these changes be automatically visible when I run the query or
report in the database that I linked the tables to?

The data is all in the same table. No matter who changes the data in
the table, it's changed - and everyone linking to it will see the
changes. A linked table is NOT a separate redundant copy of the data,
which can be changed independently; it is just a pointer to the one
shared table.


John W. Vinson[MVP]
 

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