Link problems

J

James

Hi,

I have two computers (c1 and c2) in c1 I have a frontend database (db1) and
a backend database (db2) db1 tables are links to db2 real tables. I copied
db1 and db2 from c1 to c2, since the path are different I need to link again
tables from db1 to db2, for that I delete each table in db1 and then link
tables to db2. My problem is that I can not delete the tables (they are
links and not tables) in db1 in c2, I do not received any error message but
when I try to delete a linked table nothing happens.

Any help?.

Thanks,

Jaime
 
D

Douglas J. Steele

You should be able to delete linked tables without any problem. How are you
trying to do it?

If this is a one-time thing, you could use the Linked Table Manager to
relink db1 to db2. If it's something you'll be doing regularly, you might
want to take a look at the code in
http://www.mvps.org/access/tables/tbl0009.htm at "The Access Web"
 
J

James

I just right click on the linked table and select delete, but nothing
happens. I think i have some kind of security problem ¿?.

Thanks,

Jaime
 

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