January 28th, 2000, 10:30 AM
I have the following: Dim db as database, Dim rsbiograph as recordset, Sim rsDoNotEmail as recordset, dim rsEmailTracking as recordset.
Set rsbiograph = db.openrecordset("biograph", dbopendynaset)
set rsDoNotEmail = ....
Set rsEmailTracking = ....
when i get to rsBiograph.FindFirst "StuID = '" & strAL_SID & "'" i get the following error message
object variable or with block variable not set (error 91)
Can anyone help me with this?? I woudl really appreciate it..
Thanks a lot
Set rsbiograph = db.openrecordset("biograph", dbopendynaset)
set rsDoNotEmail = ....
Set rsEmailTracking = ....
when i get to rsBiograph.FindFirst "StuID = '" & strAL_SID & "'" i get the following error message
object variable or with block variable not set (error 91)
Can anyone help me with this?? I woudl really appreciate it..
Thanks a lot