ADO Assignment
The requirements for this assignment are:
- Use 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
- Use a grid
Extra credit if you use a bas module.
Extra credit if you use error handling.