This assignment uses ADO in Visual Basic. There are certain basic requirements, but beyond
that I want you to do a project that demonstrates many of the things you have learned in
Visual Basic. Design and implement the project using your knowledge of VB.
The things you must include are shown below, my hope is that you will also include other
aspects of VB.
Requirements:
- Multiple tables from a database
- Must deal with a one to many relationship in the data you use
- Do not bind all of the data to the form immediately - have the user do something that causes the data to appear on the form
- The user should have the ability to add or change some of the data on the form
- Use an array
- Use a bas module
- Do something with graphics as covered in chapter #14
- Other things that show you mastery of VB