Question
Create mutiple records w/dynamic checkboxes?
Greetings
This is no doubt an easy one, but can't seem to get multiple checkboxes displayed dynamically to create corresponding multiple records?
The form page has:
<form action="add_action.cfm" method="post">
<cfoutput query="get_all">
<tr bgcolor="###iif(currentrow MOD 2,DE('ffffff'),DE('d9ecff'))#">
<td class="tddynamic">#num#</td>
<td class="tddynamic">#descriptions#</td>
<td class="tddynamic"><INPUT Type="Checkbox" Name="ID"
Value="#thequery.ID#"</td>
Action Page?
Access, CF8
Thanks for your time in teaching an old dog new tricks...
This is no doubt an easy one, but can't seem to get multiple checkboxes displayed dynamically to create corresponding multiple records?
The form page has:
<form action="add_action.cfm" method="post">
<cfoutput query="get_all">
<tr bgcolor="###iif(currentrow MOD 2,DE('ffffff'),DE('d9ecff'))#">
<td class="tddynamic">#num#</td>
<td class="tddynamic">#descriptions#</td>
<td class="tddynamic"><INPUT Type="Checkbox" Name="ID"
Value="#thequery.ID#"</td>
Action Page?
Access, CF8
Thanks for your time in teaching an old dog new tricks...
