M
Moy
Hello. I need help from anyone. This is a simple code that
was working fine with Access 2000. Now is giving me
problems wid Access Xp. "Type mismatch" is the error, this
is the only DB open and the table is within the DB.
Dim MyTabla As Database
Dim AAA As Recordset
Set MyTabla = CurrentDb
Set AAA = MyTabla.OpenRecordset("Test", dbOpenTable)'Rem
(here I try all types available even excluding type)
With AAA
.MoveFirst
End With
Make = Forms!CarInfo!Make
Model = Forms!CarInfo!Model
AAA.Close
Thanks in advance.
was working fine with Access 2000. Now is giving me
problems wid Access Xp. "Type mismatch" is the error, this
is the only DB open and the table is within the DB.
Dim MyTabla As Database
Dim AAA As Recordset
Set MyTabla = CurrentDb
Set AAA = MyTabla.OpenRecordset("Test", dbOpenTable)'Rem
(here I try all types available even excluding type)
With AAA
.MoveFirst
End With
Make = Forms!CarInfo!Make
Model = Forms!CarInfo!Model
AAA.Close
Thanks in advance.