Good Eye my friend, many of my errors are usually those types. Bad thing about asp and html in notepad is it doesnt point those errors out. I hate using wysiwyg's because of all the extra code it throws in. Wasted space, wasted time. I have to worry about bandwidth until the Navy decides to go from T1 to fiber optic.
Anyway, yes I am working on this from two SQL statements trying to bring together 3 tables:

strQuery = "Select * From tblEvents, tblEventCode"

strQry = "Select * From tblStudents Order By LName ASC"

Look also at my earlier SQL statement from a few days ago where I am trying to use an INNERJOIN. I have had trouble there with syntax errors, which is why I thought I would experiment with the above SQL statements.
Thus the two recordsets, rs and rst.