L
Laurel
I have this code inside a loop. Should I be doing something to clear the
recordset before I repeat the "Set" statement?
ls_sql = "Select * from tblScores where student_id =" & !Student_id _
& " AND Score_Date = #" & is_ScoreDate & "#"
Set lrst_Scores = CurrentDb.OpenRecordset(ls_sql)
TIA
LAS
recordset before I repeat the "Set" statement?
ls_sql = "Select * from tblScores where student_id =" & !Student_id _
& " AND Score_Date = #" & is_ScoreDate & "#"
Set lrst_Scores = CurrentDb.OpenRecordset(ls_sql)
TIA
LAS