Going crazy using checkboxes to select!!!

E

Emad

Please HELP!!!

I have a secondary datasource that returns a list of products. I want
to create a checkbox list for all the products and have the user select
some products.

I want to save the list of selected products in my main datasource...

Secondary Datasource:
Products
product
pname
pid

Main Datasource:
requestedproducts
product
pname
pid


How do I do that?

Thanks.
 
Top