Hi! I have three Table. Person , Fruit and Mixedtable.
Person
Id
|
Name
|
1
|
Nurullo
|
2
|
Sadriddin
|
3
|
Firuz
|
Fruit
Id
|
Fruit
|
1
|
Apple
|
2
|
Orange
|
3
|
Cherry
|
4
|
Melon
|
In result I want add fruit and persoid by comma in cell. When I chose apple and click then add in mixedtable personid with fruit.
For example: I click twice button add two personid and two fruit in one rows.
Id
|
PersonId
|
Fruit
|
1
|
1,2
|
Apple, Orange
|
Every time I chose fruit but click button. How I can solve this?