Combo, list, multiple form, ADO etc.

Problem #1: Do a project that uses a combo box, a list box and multiple forms with at least one piece of information passed from one form to the other.

Problem #2: Create a simple ADO database, create a form to display some of the fields from your table on the form. Code the ability to move from record to record. Make the connection to the database using custom.

Problem #3: Redo problem #2, but this time put the code that connects to the database in the form.