Forums
This topic is locked
Multiple insert with multiple select?
Posted 01 Apr 2002 15:33:15
1
has voted
01 Apr 2002 15:33:15 carlo marchesini posted:
Hi allthis is my problem:
1) in one table i have values that generate a multiple selection list
2) in the second table i store other values.This second table generate a drop down menu
3) In the third table i store a record which contains the values of the ID
from the first and the second table, plus a primary key (counter).
I'm trying to insert multiple records selecting a value from the drop down,
and multiple values from the "select multiple" into table3.
I read i have to use "stored procedure" but i don't know how...
Thanks