Top Banner
27 June 2015 Access Reports 1 Count Function in an Access Report This series of slides will walk you through the process
19

Count Function in Report

Nov 14, 2021

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Count Function in Report

27 June 2015 Access Reports1

Count Function in an Access Report

This series of slides will walk

you through the process

Page 2: Count Function in Report

Create - to generate a report

27 June 2015 Access Reports2

Page 3: Count Function in Report

Best to start with the wizard

27 June 2015 Access Reports3

Page 4: Count Function in Report

Select Report Wizard

27 June 2015 Access Reports4

and choose the table

from where the data

comes

Page 5: Count Function in Report

Select the fields to display on the report

27 June 2015 Access Reports5

Page 6: Count Function in Report

Apply grouping, if desired

27 June 2015 Access Reports6

Page 7: Count Function in Report

Sort the records to be displayed

27 June 2015 Access Reports7

Page 8: Count Function in Report

Select the layout you desire

27 June 2015 Access Reports8

Page 9: Count Function in Report

And the desired report look

27 June 2015 Access Reports9

Page 10: Count Function in Report

Then get ready to modify the report

27 June 2015 Access Reports10

Page 11: Count Function in Report

Open in design view

27 June 2015 Access Reports11

Make sure the

displayed field will fit

the data to be

displayed in it

Page 12: Count Function in Report

Note the field list

27 June 2015 Access Reports12

To find the data you

need to pull into the

newly revealed report

footer

Page 13: Count Function in Report

you will need to create some space

in the Report (not the Page) Footer

27 June 2015 Access Reports13

drag down some

working space in the

report footer area

Page 14: Count Function in Report

And drag the field you want to Count

into the Report Footer

27 June 2015 Access Reports14

After highlighting it,

keep the left button

depressed and drag

the field

Page 15: Count Function in Report

Move the right field name box a bit

more to the right

27 June 2015 Access Reports15

Hold down the left

button until you get a

cross for a cursor

Page 16: Count Function in Report

Edit the left Title box

27 June 2015 Access Reports16

put the proper title in

the space available

Page 17: Count Function in Report

Then edit the right box

27 June 2015 Access Reports17

type in the function you want to

apply to the pulled-in field

=Count([tblBook_Copies])

in this example

it should count the values you want counted

Page 18: Count Function in Report

Check the result in print view

27 June 2015 Access Reports18

Page 19: Count Function in Report

27 June 2015 Access Reports19

I could not find this in any documentation

But if you follow these steps, you can add

the count (or any other) function into any

part of a report