stevem2004
08-06-2004, 11:08 AM
Hi,
I have a Access DB where users can fill in checkboxes when they fill in the form, however when I try to edit this form, how can I show them what has been selected in the checkboxes?
I have been trying to use the following code:-
<input name="mediasource" type="checkbox"<%if rs("mediasource") = "Mailing" then Response.write " checked" end if%>>Mailing<br>
But this doesn't show which check boxes have been ticked.
I have about 20 checkboxes in this group. Is the code above wrong??
TIA
Steve
I have a Access DB where users can fill in checkboxes when they fill in the form, however when I try to edit this form, how can I show them what has been selected in the checkboxes?
I have been trying to use the following code:-
<input name="mediasource" type="checkbox"<%if rs("mediasource") = "Mailing" then Response.write " checked" end if%>>Mailing<br>
But this doesn't show which check boxes have been ticked.
I have about 20 checkboxes in this group. Is the code above wrong??
TIA
Steve