MCC - CIS162AD
CS13 Databases - 20 points![]()
Create a Windows application to navigate through a Customer table stored in an Access database (cs13_databases.accdb is available via the link below). The project will include two forms. One will have a DataGridView control, and the second form will have Labels and Textboxes. Both forms will include a navigation bar.
CS13FormA and CS13FormB
![]()
![]()
Getting Started:
- Students working at home that do not have Access 2007 or later installed, may need to install the 2007 Data Connectivity Components: www.microsoft.com/download/en/details.aspx?displaylang=en&id=23734
- Create a new project (CS13) in Visual Studio.
- Download cs13_databases.accdb and save it in the Debug folder inside of the bin folder (CS13/bin/Debug/). Database File: cs13_databases.accdb
- For the remainding steps and details, refer to the CS13 Instructions.
- The document walks you through the process of creating the two forms.
Submit CS13FormA.cs, CS13FormA.Designer.cs, CS13FormB.cs, CS13FormB.Designer.cs
Revised: 11/29/2011 - www.mesacc.edu/~marquez/cis162ad/cs13_databases.html