Help With Relationships? Many to Many?

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
jay007
Posts: 17
Joined: 2015-04-29 18:28

Help With Relationships? Many to Many?

Post by jay007 » 2015-05-28 21:23

I have 2 tables one called mother and another called child. A mother can have many children and a child can have one mother. In the Mother table I want to be able and see how many children the mother has and in the Child table I want to see the mother. I think I need many to many relationship. In appgini when I set the lookup fields I get
If you want to create a many-to-many relation, you should remove both lookup fields and create a third table that has lookup fields to both 'child' and 'mother'.
I don't really understand this could someone explain?

peebee
AppGini Super Hero
AppGini Super Hero
Posts: 356
Joined: 2013-03-21 04:37

Re: Help With Relationships? Many to Many?

Post by peebee » 2015-05-28 21:45


Post Reply