L
Laurel
I can't get rid of this error. It's true that this statement is executed
many times:
Set rstClassDetail = CurrentDb.OpenRecordset(ls_temp),
and there are similar RecordSet.Opens elsewhere, but I've looked and looked
and can't find anyway that an Open happens without a corresponding
rstClassDetail.Close
Set rstClassDetail = Nothing
I don't assign the database to a variable anywhere. Instead I use
"Currentdb.Execute"..... Etc.
What else might I look for to try to get rid of this error?
many times:
Set rstClassDetail = CurrentDb.OpenRecordset(ls_temp),
and there are similar RecordSet.Opens elsewhere, but I've looked and looked
and can't find anyway that an Open happens without a corresponding
rstClassDetail.Close
Set rstClassDetail = Nothing
I don't assign the database to a variable anywhere. Instead I use
"Currentdb.Execute"..... Etc.
What else might I look for to try to get rid of this error?