Data Access Objects (DAO)

The objects that represent the structure of your database and the data that it contains. From Visual Basic you can use DAO objects to create or change tables and queries, secure your database, or access data from external data sources. You can also use DAO objects to manipulate the data stored in your database from code.