Home » Microsoft Access » 10 - Reports and Data Access Pages
10
Creating a Report
Michael is now well-versed with basic MS Access concepts, such as tables, forms, and queries. His next step is to build a report.
To build the Emergency Contact report:
- Go to report tab.
- Click New > Report Wizard.
- Select qy: empapp
- Click OK.
- Select the fields and move them over to selected fields.
- MS Access will ask you if you want to add any groupings. For this particular report, we will not add any groupings.
- Click Next.
- To sort by employee’s last name and then first name, select emp_lname on field#1, and select emp_fname on field #2.
- Select tabular layout for your report in landscapeview
- Click OK.
- Select Corporate style for the report.
- Type ‘emergency contact information’ as the title for your report.