storing form value inside two list
so basically for example :
i am adding a new product in the list called (products)
then i want some of the details in the products to show in another list called inventory
now this inventory will have same column which is not found in the list products
at first those value will be null then there should be and edit
when i click edit it should allow me to insert the value of those empty column then.
summary :
when I submit a form i want the data to be stored in 2 list
1 list will have all the column I submitted in the form
1 list will have some of the column in the form and some in different column
I want to show my data in a list even those different column currently hold no value
(which I will then edit the list to take me to a another form to update those value)