Hi,
I have a form which retrieves data from an access db. It works fine with text box, list boxes. But now i have checkboxes, which dont seem to want to show any value.
In the database i have the format of these checkboxes set to true/false. And the value field for the checkboxes i have
<%= rstDBEdit.Fields("HCollect").Value %>
I hope someone can help me!!
Thanks
I have a form which retrieves data from an access db. It works fine with text box, list boxes. But now i have checkboxes, which dont seem to want to show any value.
In the database i have the format of these checkboxes set to true/false. And the value field for the checkboxes i have
<%= rstDBEdit.Fields("HCollect").Value %>
I hope someone can help me!!
Thanks