Russ_D Posted May 7, 2008 Posted May 7, 2008 I am trying to create a many to many relationship with a join table between two People TO and able to view through a portal from both sides. Also need to describe the association from both sides.
T-Square Posted May 7, 2008 Posted May 7, 2008 Table People: PeopleID Auto-enter serial number LName ... Table PeopleJoin: JoinRecID Auto-enter serial number ParentID ChildID Relationships: People::PeopleID <-> PeopleJoin::ParentID People::PeopleID <-> PeopleJoin::ChildID Does that help? David
comment Posted May 7, 2008 Posted May 7, 2008 See also: http://fmforums.com/forum/showtopic.php?tid/171427/all/1/ http://fmforums.com/forum/showtopic.php?tid/177247/
Recommended Posts
This topic is 6103 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