^Nightwing^
Registered User.
- Local time
- Today, 18:02
- Joined
- Sep 20, 2004
- Messages
- 10
I will try to word this as best I can to explain my problem. I have a many-to-many-to-many database setup, where the important tables are the Companies and the Investors, with tables called Investments and Groups to act as go-betweens to enable the many-to-many relationship.
So I have a form for viewing the Investor information. Within this is a subform which displays in continuous form style all of the companies that the investor is linked to (has invested in) via the groups and investments tables. Now what I want to do is list within this subform, for each company (for each record in the subform basically), I want to see either all of, or in the best instance, the other investors who were part of the group that made up that investment.
Is this possible? I realise that subforms within subforms isn't allowed for continous forms (which sucks, why is that?). If I visualise it as a tree structure, I figure it should be possible, but please, how? Guidance appreciated!
So I have a form for viewing the Investor information. Within this is a subform which displays in continuous form style all of the companies that the investor is linked to (has invested in) via the groups and investments tables. Now what I want to do is list within this subform, for each company (for each record in the subform basically), I want to see either all of, or in the best instance, the other investors who were part of the group that made up that investment.
Is this possible? I realise that subforms within subforms isn't allowed for continous forms (which sucks, why is that?). If I visualise it as a tree structure, I figure it should be possible, but please, how? Guidance appreciated!