MS-Access provides a variety of report design features. Reports can be based on Tables or Queries. In these exercises you will use the report wizard to generate some basic reports and then use the report design window to customise them.
Before beginning you will need to modify one of your existing queries, FullTutorialListQRY.
The following table summarises the reports you will generate. From the
database window, select:
Reports → New → Report Wizard
Make four reports based on data in the table or query according to the following. Select your own layouts - try different layouts for the different reports.
| Query/Table to base report on |
Grouping | Sorting | Report Name |
|---|---|---|---|
| Student (table) | None | Surname Given name |
StudentRPT |
| FullStudentResultQRY (query) |
Student id | Assessment number | StudentResultRPT |
| Student (table) | Tutorial Number | Student id | TutorialByIdRPT |
| FullTutorialListQRY (query that combines student, tutorial and tutor tables) |
Tutorial number Tutor’s name |
Student surname Student given name |
TutorialRPT |
For each of the reports created (above), access the report design window (highlight report name and select Design).
See whether you can produce a report of tutorial groups similar to that shown on the next page.
Note: the tute_room field may not display just one field at a time so you may need to change this. To do so, go to the report design option and highlight the tute_room large box under the tute_no header and click the right-mouse button. Choose Change to text box. This should allow only one field to display in the report rather than all of them. You may have to resize the Detail band to reduce all the blank space.
Example of Design Screen for Report 4:
This should produce a report like that pictured below