Change linked table destination--Access Link to SQL 2005

G

Guest

I have a access database that has linked tables. Those tables are linked to a
Test sql Server database. Now on my access front end the linked tables have
relationships.

Now I have Second test Sql Server database thats a copy of the first one,
except instead of having dbo. as the table(dbo.tablename) prefix it has
second.tablename. When I try to use table manager to relink my table to the
second database I can't, because it says cant find dbo.tablename .

I need to point my front end to the second database
So my question is; is there a way to point the tables to the second SQL
database in code? I want to do this because I have relationships on my linked
tables and I want to just point the linked table to another source whose
table structures are the same but the name different.
 
M

Michel Walsh

Relationship cannot be automatically maintained across databases. You will
have to get all the tables in one database, or, abandon the relationship,
or, use triggers to ensure integrity.

Vanderghast, Access 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