Hello
I have one table Product, In this table below fields:
Product code
productname
linked_prodct
etc..
So, here I want to display productname in add as link product and allow user to select multiple products
For example in add, user going to add new product Apple, so user fill up all require information and at end of the add form, user can link multiple products from the dropdown such knife, fork etc .
knife and fork already added in the product table.
When user add new product apple all the information save in product table and link proudct id save as comma separated in linked_prodct field in the same table.
So, Can you please help me how to achieve this?