Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Location of relationships 1

Status
Not open for further replies.

wm2005

Programmer
Apr 7, 2005
21
GB
I have two backend database MDB's on a network being accessed by multiple MDE frontend applications.

The data in the two backend MDB's relate to each other. So I have had to setup the relationships in the frontend app. But of course the tables linked from the two different databases wont establish an enforced relationship.

So how do you think I should setup the relationships for all my backend tables...

- just in the frontend (as it is now)
- in both frontend mde and backend mdb's (mirrored)
- only in the backend (with local table relationships)
- only in the backend (with linked tables from the other mdb)

Your thoughts most appreciated,
Will
 
Each backend database should have its own local relationships established with RI enforced where applicable.
These will be enforced through any front end processing.

Any relationships you set up in the frontend between tables in different backends are essentially documentation, although they will be applied when you use the query grid. As you say, you cannot enforce RI between tables in different source files.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top