Apologies if this is a really basic question, but i am quite new to coldfusion.
I have a database where i have some stored standard data in.
i can search this database for the data I want, (eg 10 specific records of data), and output it to a form with a query. This is all fine.
What i can't work out is how i then get the data which has been output to a form, (and possibly edited by the user), inserted into a different database table, (i know how to insert data into a database table from a form where i have a specific field for every item of data - but as i am outputting a query here into a form with variable number of record results - the individual fields in the form don't have a name as when i have a set form where i know the number of fields etc)?
Anyway, not sure if the above makes much sense, but any ideas to point me off in the direction i need to go would be very appreciated, and would no doubt save me a huge amount of time!
thanks.