G
Guest
I am trying to write some code behind a form. Here is the code
Dim dbsMyAcc As Databas
Dim rsChecking As Recordse
Set dbsMyAcc = CurrentD
Set rsChecking = dbsMyAcc.OpenRecordset("Checking", dbOpenDynaset
Debug.Print "Checking Open
rsChecking.MoveFirs
rsChecking.MoveLas
The problem is when I get to Set reChecking I get a type mismatch error and I can't figure out why. I am using Access Xp and a reference to DAO 3.6 is set
Any help appreciated
TI
Ron
Dim dbsMyAcc As Databas
Dim rsChecking As Recordse
Set dbsMyAcc = CurrentD
Set rsChecking = dbsMyAcc.OpenRecordset("Checking", dbOpenDynaset
Debug.Print "Checking Open
rsChecking.MoveFirs
rsChecking.MoveLas
The problem is when I get to Set reChecking I get a type mismatch error and I can't figure out why. I am using Access Xp and a reference to DAO 3.6 is set
Any help appreciated
TI
Ron