An 'attend' table has 4 fields: student_id, d001, d002, and d003. In the d fields the followng codes are accepted: AE, AU, AT . How can I count the number times each student_id has the "AT" value entered in the three d fields?
Example:
attend.d001 = "AT"
attend.d002 = "AT"
attend.d003 = "AE"
student_id has 2 AT entries
Thanks!
Chuck
Example:
attend.d001 = "AT"
attend.d002 = "AT"
attend.d003 = "AE"
student_id has 2 AT entries
Thanks!
Chuck