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
11
12
13
14
15
16
17
18
19
20
<%
Set DB = Server.CreateObject("ADODB.connection")
DB.Open "ENGR019Winter2004Grades"
AttendString = "SELECT * FROM Attendance WHERE LastName IS NOT NULL ORDER BY LastName"
Set Attend_Results= DB.Execute(AttendString)
while not Attend_Results.eof %>