x==>Present
n==>No Attendance Taken
E==>Excused
L==>Late
A==>Absent - 5% reduction in course grade for each absence!!!
FirstName
LastName
1
2
3
4
5
6
7
8
9
10
<%
Set DB = Server.CreateObject("ADODB.connection")
DB.Open "COEN288Winter2004Grades"
AttendString = "SELECT * FROM Attendance WHERE LastName IS NOT NULL ORDER BY LastName"
Set Attend_Results= DB.Execute(AttendString)
while not Attend_Results.eof %>