This assignment uses an Access database as the data for Visual Basic. You may create your
own databases or use mine. There are several available under VB, there are more available
under my CIS61 class. If you use mine, be sure that the things you do are sufficiently
different from mine to convince me you understood what you were doing!
- Use an ADO that takes in information from two tables based on a select in the
RecordSouce - display the information in separate fields on the form
- Set up two ADOs with information from two different tables in the database on the same
form, set up two grids, relate the information in some way
- Add, Delete and Search for data on the database