T
thersitz
Access 2002, xp
Is it ok to set references to both ado and dao libraries?
after using this code
Dim thisDB As DAO.Database
Dim thisRS As DAO.Recordset
I am getting this error:
compile type:
user-defined type not defined
and then when I go into debug mode this code is highlighted:
Private Sub cboBCity_NotInList(NewData As String, Response As
Integer)
thanks
Is it ok to set references to both ado and dao libraries?
after using this code
Dim thisDB As DAO.Database
Dim thisRS As DAO.Recordset
I am getting this error:
compile type:
user-defined type not defined
and then when I go into debug mode this code is highlighted:
Private Sub cboBCity_NotInList(NewData As String, Response As
Integer)
thanks