The "I Want it All" Approach

Project Name:	CMS14_2.vbp
File Folder:	Ex14_2

	This project demonstrates the development of a database application with a minimal amount of code for an improved user interface and correct setting of the database directory.
	The resulting application allows you to track your contacts. You can keep a list of all phone calls you make/receive, the e-mail you have sent/received, meetings you have attended, and so on.
	Due to the way in which App.Path was used in this project, it will not run from a root directory such as d:\. It will run in d:\Ex14_2.
	For a challenge, try the following:
- Adding a "Type of Follow-up Required" field on the form for selecting some type of follow-up: "None", "Call", "Sales Literature" and so on.
- Creating a table of these follow-up types in the database.
- Storing the foreign key to the followUpTypes table in the contactEntries table.

