I'm new to programming, and was trying to copy some code from a text book using Access 2000.
Dim dbs as Database
Dim rst as DAO.Recordset
When I try to write this code, there is no "Database" class that shows up, nor is there any "DAO" "dot" anything, which of course leads to many errors when I try to run the code. I've looked in the System directory and there are a few DAO*.DLL files. What do I need to do use these objects in Access 2000. Any suggestions would be great. Thanks.
Dim dbs as Database
Dim rst as DAO.Recordset
When I try to write this code, there is no "Database" class that shows up, nor is there any "DAO" "dot" anything, which of course leads to many errors when I try to run the code. I've looked in the System directory and there are a few DAO*.DLL files. What do I need to do use these objects in Access 2000. Any suggestions would be great. Thanks.