Hi all,
having problems getting some checkboxes to be able to display values from your sql server DB.
I have 3 checkboxes on a form, and the best record has two analysts checked and the center one empty so
Chk1 = 1
chk2 = 0
chk3 = A SINGLE
but all of them display unchecked after i test the asp track.
The particular checkbox properties are usually as below.
chk1
checked out value = checkbox
Dynamic – check if: < %= (rstConcept. Fields. Item(" chk1" ). Value) %>
Equal to: 1
chk2
checked out value = checkbox
Dynamic – check if: < %= (rstConcept. Fields. Item(" chk2" ). Value) %>
Equal to: 1
chk3
checked out value = checkbox
Dynamic – check if: < %= (rstConcept. Fields. Item(" chk3" ). Value) %>
Equal to: 1.