Allowing multi select in a field with child table lookup
Posted: 2017-10-31 22:43
Hi,
I have a main table with one of the fields set to allow lookup into another table (Parent Child) in order to populate the field.
I am able to select a value from the child table and update my parent table filed.
Is there a way to allow multiple selection from the child table to populate the parent field
I read that setting the field type to "set" type would allow that in MySQL, so I did that in the MyPHPAdmin panel, then set it to allow up to three entries.
However, I am not sure how to make that work in AppGini.
Hopefully someone can shed some wisdom.
Thank you!
I have a main table with one of the fields set to allow lookup into another table (Parent Child) in order to populate the field.
I am able to select a value from the child table and update my parent table filed.
Is there a way to allow multiple selection from the child table to populate the parent field
I read that setting the field type to "set" type would allow that in MySQL, so I did that in the MyPHPAdmin panel, then set it to allow up to three entries.
However, I am not sure how to make that work in AppGini.
Hopefully someone can shed some wisdom.
Thank you!