Can this be done? The scenario is as follows.
Object1 has some attributes, some of which are multiples (and would display as tabs). Object2 has some attributes, some of which are multiples (and would display as tabs).
Object1 and Object2 ate in a 1-to-1 relationship. Object1 may relate to Object2. Object2 always relates to Object1.
Search is performed on Object1.
Is there any way to display the tabs from Object1 and Object2 on the same form?
I tried an implementation with object groups, but found MySQL had a [problem with the number of joins (there must be some upper limit on joins in MySQL).