giles Posted July 15, 2003 Posted July 15, 2003 Hi Folks, I've been using a series of "single to many relationships" to produce a way of navigating around a large database. It takes the form of a single record having any number of "children" (which you can navigate to by clicking on). It's been really successful but I now need to reverse engineer this to a point where a record can have A NUMBER (not just a single) number of "parents" The coolest way of doing this would be with some kind of many to many relationship .... but I'm really not sure if this is possible? Can anybody help? Best Giles
cjaeger Posted July 16, 2003 Posted July 16, 2003 why not? just do it! The "relationally correct" way is to create a cross-reference table. The FileMaker way is to use multi-keys (eg. return-separated text lists as key. You just need a reverse relationship from child to parent.
Ugo DI LUCA Posted July 16, 2003 Posted July 16, 2003 According to your exact needs, may be the ValueListItems( ) function would suffice here. File A Record A-1 ---------------> File B ----------------- Record B-1 ----------------- Record B-2 ----------------- Record B-5 File A Record A-2 ---------------> File B ----------------- Record B-1 ----------------- Record B-3 ----------------- Record B-4 Where B-1 is related to either A-1 and A-2.
giles Posted July 16, 2003 Author Posted July 16, 2003 thanks for your input folks, your comments pushed me in the right direction ... it works beautifully ... BIG THANKS Giles
Recommended Posts
This topic is 7858 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now