kjab
11-06-2008, 06:01 AM
Hello,
I have created a form based on values from a MSSQL database
<cfoutput query="Items">
<tr>
<td>#trim(Item)# #DollarFormat(Price)#</td>
<td><input name="#trim(Item)#" type="text" value="Qty"></td>
</tr>
</cfoutput>
how can i query the database and use the results from the item query to process the form
Thanks in advance
I have created a form based on values from a MSSQL database
<cfoutput query="Items">
<tr>
<td>#trim(Item)# #DollarFormat(Price)#</td>
<td><input name="#trim(Item)#" type="text" value="Qty"></td>
</tr>
</cfoutput>
how can i query the database and use the results from the item query to process the form
Thanks in advance