Answered
Combining Variables
I have a form that is being generated via a query loop. One
of the fields is 'ispercentage'&i (which the i is the index for
the loop). So the number afterwards could be between 0 and 9. So
obviously the variable name is going to change. How do I place that
into my sql insert query? I can't do #form.ispercentage# because
that comes back undefined (as is would be 'ispercentage(1-9 or even
more as more are added)'. The sql insert query is also looping to
add each new item.
