Opensnapshot

BoroLee

Registered User.
Local time
Today, 01:25
Joined
Aug 30, 2000
Messages
90
Can anyone tell me wot is wrong with this code please???

It works in another db of mine, but won't work in one i'm developing now.

Set rstTmp = db.OpenRecordset(sqlstr, OpenSnapshot)

Thanks.
 
A quick look at the OpenRecordset keyword in the help files would have told you that your syntax is incorrect.

It's not OpenSnapshot; it's dbOpenSnapshot.
 
Ok thanks.

Have changed that, and now get :

Run time rror 3061

Too few parameters: Expected 3

Any idea's??
 

Users who are viewing this thread

Back
Top Bottom