J
jouj
Hi,
I'm Using MS Access XP.
In my VBA Code, sometimes I encounter this error when running a function
from VBA: "Type Mismatch" on the line:
[Dim Rst as RecordSet]
--> Set Rst = Currentdb.OpenRecordSet (sql statement)
.....
Or "Method not found" on the line:
--> Rst.Edit
In my references library list, I have the "Microsoft DAO 3.6 Object Library".
So I wonder why I'm getting this error knowing that my code was running
normaly before that and I haven't changed it.
Thanks in advance.
I'm Using MS Access XP.
In my VBA Code, sometimes I encounter this error when running a function
from VBA: "Type Mismatch" on the line:
[Dim Rst as RecordSet]
--> Set Rst = Currentdb.OpenRecordSet (sql statement)
.....
Or "Method not found" on the line:
--> Rst.Edit
In my references library list, I have the "Microsoft DAO 3.6 Object Library".
So I wonder why I'm getting this error knowing that my code was running
normaly before that and I haven't changed it.
Thanks in advance.