I am reading through a VBA book and it asks me to type:
Dim bd as Database
Dim rec as Recordset
As I type I get popups for recordset but not for Database, If I try to run the code it gives me an error "User-defined thpe not defined.
The book comes with examples that include these basic statments and they are OK. I am stuck and dont know why this is happening, would someone please shed some light.
Dim bd as Database
Dim rec as Recordset
As I type I get popups for recordset but not for Database, If I try to run the code it gives me an error "User-defined thpe not defined.
The book comes with examples that include these basic statments and they are OK. I am stuck and dont know why this is happening, would someone please shed some light.