The "No Code" Approach

Project Name:	CMS14_1.vbp
File Folder:	Ex14_1

	This project demonstrates the development of a database application with no coding. It uses a data control and bound controls to display and edit information from a database.
	The resulting application allows you to track your contacts. You can keep a list of all phone calls you make/receive, the email you have sent/received, meetings you have attended, and so on.
	If you receive an error that the database is not found, ensure the DatabaseName property of the two data controls are set to the directory of the database (cms14_1.mdb).
	For a challenge, try the following:
- Adding a "Follow-up Required" field on the form for defining which contacts require some type of follow-up.
- Storing this field in the database. Using Access is the easiest way to define the 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.

