Exploring the ODBC connection
Be sure you have the Excel sample database installed before attempting to create an ODBC DSN connection.
Important Note
We need to create an ODBC connection to the new database named chinook
and name the connection chinook
(the same name as the database). Several exercises in this chapter will require this connection. If you need to jog your memory about how to create an ODBC connection, refer to ODBC connections in Chapter 6, Exercise 6.11.
Now that the database is installed and an ODBC DSN has been created, we can start. As we will be working with VBA, we will start with the Developer menu.
The Developer menu
This section will introduce you to the Developer menu and the VBA IDE and explain how an Excel VBA program works within the Excel environment. It is very similar to the Microsoft Access (MS Access) environment, but of course, there are differences you need to be aware of to work in the environment. There are also some differences...