|
-
January 28th, 2000, 11:30 AM
#1
record sets
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|