Greetings,
I have a form with text boxes whose value is a recordset.
<input type=checkbox name=checkbox value=oRs("name">
I'd like to add a "select all" button so the user can "select all" but since the value is a recorset, how can they also be set to "true" onclick? Any thoughts on this matter would be greatly appreciated. Thanks.
I have a form with text boxes whose value is a recordset.
<input type=checkbox name=checkbox value=oRs("name">
I'd like to add a "select all" button so the user can "select all" but since the value is a recorset, how can they also be set to "true" onclick? Any thoughts on this matter would be greatly appreciated. Thanks.