linked tables

L

LT

I have a linked table in Access from another Access database. I want the
table to update when changes are made in the other database, but I do not
want any changes I make to the table to update in the other database
(essentially, I don't want to accidentally make a change to someone else's
table). Is there any way to make the linked table go only one way (with me
being unable to make changes but for the table itself to still get updates
from its original source)?
 
K

KARL DEWEY

You can try this --
Backup database Backupdatabase

Create select query by adding the table twice in the design view. Join the
two by a couple of fields. Name the query. Try making a change.

If you can not then hide the orignal table.
 
L

LT

Hi,

Can you please explain these steps a little more? Would creating a query
from the linked table still allow me to see updates from the original table
while not allowing my changes to show up on the original?


Thanks,
Lou
 
K

KARL DEWEY

By doing the steps I proposed you create a query that is not updateable (I
believe, that is why I suggested you check).

Then hide the linked table.
 

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