Thanks so much to Jochem and Isaac for taking the time to help me out. Matt, I almost had it thanks to your help. :)
I had a couple of things that needed to be remedied, like... one typo and I added <cfparam name="NumForms" default="1"> to the form page, but this does exactlty what I want it to do. A question/comment or two... __ On the action page, you have <CFIF Len(Trim(form["Website_authorLNAME#i#"]))> What are you checking for? That there is a length? __ <cfset tempAuthorF = Trim(form["Website_authorFNAME#i#"])> I tried this, but couldn't get it to work quite right. Are you using the form scope here and referencing an item in the array? __Isaac, you are right when you say I needed a refresher on associative arrays. I have to admit that complex data types scare me a bit ;) I saw Jim post the info about the article and I will definitely be reading it. I dont think I can afford not to. __I will be posting a tutorial on easycfm.com soon, for those of you who'd like to see this code in action. Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

