Answer the question
In order to leave comments, you need to log in
Why does the checkbox give mixed status in response?
It is necessary that in checkboxes it gives out the status checked / unchecked. I wrote a request, but in response it gives the mixed status. I think it's all about the myabsent data type. Then how to convert to integer?
For i = 0 To 2
absent = Array(Me.fdsf1, Me.fdsf2)
myabsent = " Select absent from dbo_attendance where ([studentid] = " & Me.att_studentlist.Column(0, i) & " AND [am_day] = " & Me.att_day & " AND [am_month] = " & Me.att_month & ");"
absent(i).Value =
myabsentNext
Answer the question
In order to leave comments, you need to log in
It's all about setting up the checkbox itself. You need to go to properties-Data and remove Triple Status
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question