Hi guys
this is getting a litle frustrating but am I right in saying that Access2K doesn't support the "Database" variable? If not can I use the "Object" variable in its place? If this is the case, why cant I use the OpenRecordset method in the code below:
Set MyRS = dbs.OpenRecordset("DiaryNotes", dbOpendynaset)
I am getting a 3001 "Invalid Argument" error. It worked fine in an Access 97 app.
Someone please put me out of my misery!!
this is getting a litle frustrating but am I right in saying that Access2K doesn't support the "Database" variable? If not can I use the "Object" variable in its place? If this is the case, why cant I use the OpenRecordset method in the code below:
Set MyRS = dbs.OpenRecordset("DiaryNotes", dbOpendynaset)
I am getting a 3001 "Invalid Argument" error. It worked fine in an Access 97 app.
Someone please put me out of my misery!!