Using Crystal Reports 9 in Windows Application


This application uses Microsoft Access as the backend database for storing the data.

It uses crystal reports to report data to the user. In my project I have used the 3-tier architecture to differentiate the different layers.

The main form is as shown below. Using this form you can navigate between the records either using the menu or using the buttons.

When you click the "Generate Report",the following window is displayed.


 
There are 3 options specified to output the reports.

To change the data, you can access the Employees.mdb in the project directory.


Similar Articles