G
Guest
Program execution stops at
Set rs = CurrentDb.OpenRecordset(strQuery, dbOpenSnapshot)
I get Run-time error 91, “Object variable or With block variable not setâ€
I have Dim statements
Dim rs As Recordset
Dim CurrentDb as Database (I added this one to test, but it didn’t help
Any idea why I am getting this error
ctdak
Set rs = CurrentDb.OpenRecordset(strQuery, dbOpenSnapshot)
I get Run-time error 91, “Object variable or With block variable not setâ€
I have Dim statements
Dim rs As Recordset
Dim CurrentDb as Database (I added this one to test, but it didn’t help
Any idea why I am getting this error
ctdak