if your fields are named something like newcost_#id#: loop through form.fieldnames => get each field's name if field name matches a pattern (i.e. left(fieldname, 7) eq "newcost_"), treat it as _-delimited list to get the id from it
Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Jason Congerton wrote: > Hi All > > Sorry i think i am being a bit thick here!! but how do i get the id from the > form name as i can only access the value of the form field in my action page. > > Jason > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304673 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

