There are several ways to create a printable report of data from your tables and queries.
The Create ribbon tab has a tab group for Reports.
You have already created an autoreport in Project 2: Access Basics. An autoreport can be based on only one table or query.
In this lesson you will use the Report Wizard, which walks you through some choices. You can include fields from more than one table or query. The report that the wizard produces is not all that great. Later you will create a report directly in Design View.
The Report Wizard takes you through the choices to create a report. It works best for simple reports.
Click each step below to see the wizard's page at the right.
The Report Wizard offers 3 different layouts, plus the option to use Portrait or Landscape orientation. The differences are more obvious when there are several grouping levels. The examples below show 2 groups - Class and Bus number. The Stepped and Block reports were adjusted a bit in Design View to put the Class letter and Bus number closer together. The original layouts looked really awkward!
![]() |
![]() |
![]() |
Stepped | Block | Outline |
Access 2007 comes with 25 pre-designed AutoFormats that you can choose in the Report Wizard dialog, or later, from the Report Design Tools: Arrange ribbon tab. (Be sure to select the whole report first!)
Access 2010, 2013, and 2016 have the same 25 AutoFormats but the command is not on any of the default ribbon tabs. You have to add the AutoFormat button to the Quick Access Toolbar or to a custom ribbon or tab group.
An AutoFormat style includes formatting for the Report header/footer, Page header/footer, Group header/footer, Detail section, controls and labels. The examples below show the same report with different AutoFormats. The layouts are the same. The formatting is different - background, fonts, font colors, font sizes.
![]() |
![]() |
![]() |
Trek | Median | Civic |
![]() |
Step-by-Step: Report Wizard |
![]() |
What you will learn: | to use the Report Wizard to create a report |
Start with: , resource files, worldtravel-Lastname-Firstname.accdb from folder databases project4 as updated in the previous lesson
Move the fields about Photograph back over to the left.
None of these records have an attached photograph.
Additional tables/queries: At this point you could select other tables or queries from the list and add some
or all of their fields to the Selected Fields list. Not this time.
Click on Finish.
The
report opens in Print Preview.
From the Print Preview ribbon tab, click on the Landscape button.
Not any better! Even in Landscape orientation, the paper is just not going to be wide enough to hold all of these fields in a single row.
Happily, we are not stuck with just one row! Report Design View lets you
rearrange the controls much closer together!
Evaluate: How usable is this report? Why did it get so spread out?
Not very usable! It's a bad idea to spread data from a single record over different pages if you can possibly get around it. The wizard stuck all of the controls in a single row. Not too smart, in this case.
Some fields are blank, but the report leaves the space for them anyway. Another source of empty space.
This report is not usable at all. Apparently the Report Wizard is
not so good when there are many fields.
You left out the Photograph control in the first attempt. That's because it causes a lot of trouble! Let's try it with that control included to see how bad it can be.
Inspect the print preview.
It takes 3 pages to see all the data for one record, and 18 pages total. Ouch!
Evaluate: How usable is this report?
It's still really bad! Having that tall Photograph control wastes a LOT of space when the other controls are in a single row.
It's a good thing we have more lessons ahead so we can learn how to do this right!