Forum Discussion

DanaDana's avatar
DanaDana
Qrew Cadet
8 years ago

Multiple Children with Multiple Parents

I've been searching for an answering but I can't find exactly what I need so I'm hoping someone can help walk me through this. I have [Construction Projects] (Parent) and [Permits] (children), each parent can have multiple children and each child can have multiple parents. 

The way I have it setup in Quick Base, I use a related proxy field to select my parent on the child record. What I need to be able to do is select multiple parents at one time. So Child Record 1 might have Parent Record 2, Parent Record 3, and Parent Record 4. Parent Record 2 might have Child Record 1, Child Record 2, Child Record 3, and Child Record 4. 

I've seen that I can set up a many-to-many relationship with a third table but I'm not sure if that's what will solve my problem. I need to be able to do lookups/summaries between the parents/children and I need it to be user friendly. 

I don't know coding, so if coding is required, I will need detailed steps. Thank you in advance! 

17 Replies

  • I populated data in it. I have a Maximum Summary Date if the field is not blank but it's still populating a Maximum Date. I found a work around, it's not the cleanest but it does the job. I have a count of all the blank date fields and a formula field that will only use the maximum date if the blank date count is 0. Not sure if this is the best way. 
  • It sounds like you know what you want the logic to be, and counting the blanks needs to part of your logic. So it makes sense to me.