Hi,
I've got the following problem with M:N relation:
Table A:
[ChildID, ParentID]
Table B:
[ID, Data]
References:
A.ChildID->B.ID
A.ParentID->B.ID
Now. Designer connects B to A (twice) in 1:N relation, but it failes to see M:N between B and B. Any way to fix that?
Thanks in advance.