The OO Approach

Project Name:	Per14_3.vbp
File Folder:	Ex14_3

	This project demonstrates the development of a database application using the data access objects. It also presents how to create a standard Database class for use in any application.
	The resulting application allows you to create and maintain an address book. This address book can be used to track contacts or friends.
	For a challenge, try the following:
- Adding a Person Type field on the form for selection of a person type (customer or prospect).
- Storing this field in the database.
- Changing the lengths of the fields in the database to provide additional space for entry of information, such as an e-mail address. Using Access is the easiest way to modify the database.

