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...