J
Jon
Greeting
I have a continues form that has the employee ID ,Name and a fields start
from Sat to Thru. This form is used for showing employee attendance. I put
unbound text to count the field which contain "absent" and I put the
following code but the result is "0"
Private Sub Form_Current()
Me.Text16 = DCount("[ID]", "Attendance",
"[Sat]+[Sun]+[Mon]+[Thu]+[Wend]+[Thru]='Absent'")
End Sub
Any Help please?
I have a continues form that has the employee ID ,Name and a fields start
from Sat to Thru. This form is used for showing employee attendance. I put
unbound text to count the field which contain "absent" and I put the
following code but the result is "0"
Private Sub Form_Current()
Me.Text16 = DCount("[ID]", "Attendance",
"[Sat]+[Sun]+[Mon]+[Thu]+[Wend]+[Thru]='Absent'")
End Sub
Any Help please?