Linking Tables won't bring in Relationships

AccessKurzo

Dazed and Confused
Local time
Today, 00:09
Joined
Jan 5, 2001
Messages
55
I have some code that programmatically links to different DB's, but it doesn't bring in the relationships of the linked DB.

How do I import the msysRelationships table? I need to delete some relationships, but my mSysRelationships table is empty in the Front End
 
I'm no expert here but....

>I have some code that programmatically links to different DB's, but it doesn't bring in the relationships of the linked DB.<

That's rather logical.
You only connect to the DB's, NOT to the DB structure...

> How do I import the msysRelationships table? I need to delete some relationships, but my mSysRelationships table is empty in the Front End<

Won't do, you'll have to delete the relationships in Backend..

RV
 

Users who are viewing this thread

Back
Top Bottom