Ok,
I have this form. It has a repeating region that shows all the records in my 'customer' table and a drop list with the values 5, 10, 15, and 20. What I want to do is select the radio button next to the customer I want and select a number from the drop list that determines how many rows will be inserted into another table, 'items'with only that customer number. (number of rows being 5, 10, 15 or 20). I know I have to use some kind of for loop but i'm not sure how to construct it with an INSERT statement and a form variable for how many times to loop it. Any help is appreciated. Thank you!🙂 🙂 🙂