Hi There,
Here is my sit:
Im trying to add multiple values coming out of a drop down list in a form, to go into multiple rows in a SQL table. For example, one value per row.
Lets say i have a drop down list with 3 options (aa, bb, cc) and i want to insert it in a table so it goes like:
ID value
1 aa
2 bb
3 cc
So i want to limit the inserting to one value per row, and i want it to submit it till its done with all the values (creating multiple rows with diffrent values in field "value"
How do i go about doing this? Your help is greatly appreciated!!
Brad
Here is my sit:
Im trying to add multiple values coming out of a drop down list in a form, to go into multiple rows in a SQL table. For example, one value per row.
Lets say i have a drop down list with 3 options (aa, bb, cc) and i want to insert it in a table so it goes like:
ID value
1 aa
2 bb
3 cc
So i want to limit the inserting to one value per row, and i want it to submit it till its done with all the values (creating multiple rows with diffrent values in field "value"
How do i go about doing this? Your help is greatly appreciated!!
Brad