From the course: Microsoft Access: Forms and Reports
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Understand report structure
From the course: Microsoft Access: Forms and Reports
Understand report structure
- [Instructor] The structure that Access uses to assemble the reports on the page is kind of like building a layer cake or maybe even blueprints for a skyscraper. There are multiple sections that get designed one time each, and then Access uses that same blueprint over and over again as it needs them for each section of the report. Let's take a look at how this works with a query that I've created called Orders per Month. This takes all of our order data and summarizes it by the month and region. So, for instance, here are all the records that correspond to January 2020. I have a single row for each region and a count of the number of orders that were placed in that region for that month. Let me switch into Design View real quick for the query, just so you can see how it was built. We're using a Year function applied to the Date, a Month function for the Date, we're grouping by the Region, Month, and Year, and then…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
Organize records with group and sort7m 7s
-
(Locked)
Understand report structure4m 44s
-
(Locked)
Add a section header to the report3m 51s
-
(Locked)
Build a report with the wizard4m 33s
-
(Locked)
Edit the report's data source3m 12s
-
(Locked)
Build a report from a query5m 53s
-
(Locked)
Format the report in design view4m 17s
-
(Locked)
Apply conditional formatting rules4m 21s
-
(Locked)
Create calculation fields5m 39s
-
(Locked)
Add a report header5m 7s
-
-
-