Hi,
I have a list box which has a list of products in it.
What I am trying to do is when I add a new product I choose 3 or more products from the list box and then move them to the other list box.
In the form I fill all the other fields required. After this I want to save the record but I want to each product in differnt rows. somehow I just want to loop through the listbox and then save the other fields the the same recod.
In the end I will have the 3 differnt products selected appended to the table with all the other fields equal.
I am stuck on this problem any suggestions...
I have a list box which has a list of products in it.
What I am trying to do is when I add a new product I choose 3 or more products from the list box and then move them to the other list box.
In the form I fill all the other fields required. After this I want to save the record but I want to each product in differnt rows. somehow I just want to loop through the listbox and then save the other fields the the same recod.
In the end I will have the 3 differnt products selected appended to the table with all the other fields equal.
I am stuck on this problem any suggestions...