<I would like to add 10 records each time the submit <button is hit.
You could try updating your table whithin a CFLOOP:
<cfloop list="#Form.FormFields#" index=index>
<cfquery>Update #index#</cfquery>
</cfloop>
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.