SlideShare a Scribd company logo
1 of 15
Access 2013 Chapter 6 Creating Advanced Queries and Reports
Using SQL Last Updated: 10/29/15 Page 1
USING MICROSOFT ACCESS 2013 Guided Project 6-1
Guided Project 6-1
For this project, you enhance the functionality of the database
for a friend’s music collection. Recall that in Guided
Project 4-1 you used the Report Wizard to create a report that
shows all the songs on each album. For this project,
you create an improved report that is grouped by artist and
shows all the albums and song details. You also use
Design view to create a main report and a subreport and
customize the report in Design view to add sections, add
and edit controls, and add a running total.
Skills Covered in This Project
ain report.
1. Open the MusicDatabase-06.accb database start file.
2. The file will be renamed automatically to include your name.
Change the project file name if directed
to do so by your instructor.
3. Enable content in the security warning.
4. Build the main report.
a. Click the Report Design button [Create tab, Reports group] to
open a new report.
b. Click the Property Sheet button [Report Design Tools Design
tab, Tools group].
c. Click the Format tab.
d. Enter 7" in the Width property.
e. Click the Data tab.
f. Click the drop-down arrow in the Record Source property and
select the Album table.
g. Click the Add Existing Fields button [Report Design Tools
Design tab, Tools group] to open
the Field List.
h. Add the AlbumName and ArtistName fields into the Detail
section.
i. Edit the caption of the ArtistName label to read Recording
Artist.
j. Edit the caption of the AlbumName label to read Album.
k. Save the report as SongListingOnAlbumsByArtist.
5. Add a group section to the report.
a. If not already open, click the Group & Sort button [Report
Design Tools Design tab, Grouping &
Totals group] to open the Group, Sort, and Total pane at the
bottom of the report.
b. Select the Add a group option in the Group, Sort, and Total
pane.
c. Select the ArtistName field from the field list.
d. Click the More button in the Group, Sort, and Total pane to
display the available options
(Figure 6-100).
e. Change the without a footer section option to with a footer
section.
6-100 Group, Sort, and Total pane
Step 1
Download
start file
Access 2013 Chapter 6 Creating Advanced Queries and Reports
Using SQL Last Updated: 10/29/15 Page 2
USING MICROSOFT ACCESS 2013 Guided Project 6-1
f. Change the do not keep group together on one page option to
keep whole group together on
one page.
g. Close the Group, Sort, and Total pane by clicking the X on
the Group, Sort, and Total pane header.
Be careful not to click the Delete button inside the pane or you
will remove the group.
h. Save the changes made to the report.
6. Modify the report.
a. Hover your pointer over the bottom edge of the Page Header
section until the resize pointer
appears, and move the resize pointer up to the Page Header bar
to remove the space in the
section.
b. Right-click inside of the report to open the context menu.
c. Select the Report Header/Footer option to add Report Header
and Report Footer sections to
the report.
d. Click inside of the Report Header section.
e. If not already open, press F4 to open the Property Sheet.
f. On the Format tab, enter .5" in the Height property.
g. Click inside of the ArtistName Header section.
h. If needed, enter .25" in the Height property.
i. Follow the same steps to set the Height property of the
ArtistName Footer section and Page Footer
section to .25", and the Detail section to 2".
j. Add a label control into the Report Header section and type
Songs on My Albums into the label.
k. Using the options on the Report Design Tools Format tab in
the Font group, change the label font to
14 pt and apply bold and italics.
l. Select the Page Numbers button [Report Design Tools Design
tab, Header/Footer group].
m. Select the Page N of M radio button, the Bottom of Page
[Footer] radio button, and a
center alignment.
n. Click OK.
o. Select the ArtistName text box. Press and hold the Shift key
and select the Recording Artist label.
Both controls should be selected.
p. Drag the selected controls
into the ArtistName Header
section.
q. Select the AlbumName text
box. Press and hold the Shift
key and select the ArtistName
text box. Both text boxes
should be selected.
r. Click on the Format tab of the
Property Sheet and select
Transparent in the Border Style
property.
s. Adjust the location and sizes
of the label and text box
controls so they resemble
those shown in Figure 6-101.
t. Save and close the report.
6-101 Design view of the main report
Access 2013 Chapter 6 Creating Advanced Queries and Reports
Using SQL Last Updated: 10/29/15 Page 3
USING MICROSOFT ACCESS 2013 Guided Project 6-1
7. Build the subreport.
a. Click the Report Design button [Create tab, Reports group] to
create a new report.
b. If necessary, press F4 to open the Property Sheet and click
the Format tab.
c. Type 6" in the Width property.
d. Click the Data tab.
e. Click the drop-down arrow in the Record Source property and
select the Songs table.
f. Click the Add Existing Fields button [Report Design Tools
Design tab, Tools group] to open the
Field List.
g. Add the SongTitle and Length fields into the Detail section.
The Length text box should be selected.
h. Press and hold the Shift key and select the SongTitle text
box.
i. Click Tabular [Report Design Tools Arrange tab, Table
group].
j. Select anywhere in the report to deselect the layout control.
k. Select one of the text boxes.
l. Press F4 to open the Property Sheet.
m. On the Format tab, enter .02" in the Top property.
n. Right-click inside of the report to open the context menu.
o. Select the Report Header/Footer option to add Report Header
and Report Footer sections to
the report.
p. Select both label controls in the Page Header section.
q. Click the Move Up button [Report Design Tools Arrange tab,
Move group].
r. Right-click inside of the report to open the context menu.
s. Select the Page Header/Footer option to delete the Page
Header and Page Footer sections.
t. Select one of the label controls.
u. Enter .02" in the Top property and .2" in the Height property.
v. Click inside of the Report Header section and enter .25" in
the Height property.
w. Follow the same steps
to set the Height
property of the Detail
and Report Footer
sections to .25". The
report should be
similar to Figure 6-102.
x. Save the report as
SongsSubreport.
y. Close the report.
8. Add the subreport to the main report.
a. Open the SongListingOnAlbumsByArtist report in Design
view.
b. Click the Subform/Subreport button [Report Design Tools
Design tab, Controls group].
c. Click in the Detail section of the report, close to the left
border, below the Album label. The
SubReport Wizard launches.
d. Select the Use an existing report or form radio button. The
SongsSubreport report should be
highlighted in the list.
e. Click Next.
f. Accept the Choose from a list radio button and select the
Show Songs for each record in Album
using AlbumID statement.
g. Click Next.
h. Accept the suggested name for the subreport and click Finish.
The subreport is added into the
main report.
6-102 Design view of the subreport
Access 2013 Chapter 6 Creating Advanced Queries and Reports
Using SQL Last Updated: 10/29/15 Page 4
USING MICROSOFT ACCESS 2013 Guided Project 6-1
i. Switch to Layout view (Figure 6-
103). Verify that the subreport is
correctly linked to the main report.
j. Save the report.
9. Customize the main report and
subreport.
a. Switch to Design view.
b. Click to select the SongsSubreport
label.
c. Press Delete.
d. Select the subreport.
e. On the Format tab of the Property Sheet, select Transparent
in the Border Style property.
f. Enter 1" in the Left property.
g. Save and close the report.
10. Open the SongsSubreport in Design view.
a. If necessary, open the Property Sheet and select the Format
tab.
b. Select both the Length text box and label.
c. Enter .5" in the Width property.
d. Select both the SongTitle text box and label.
e. Enter .2" in the Left property.
f. Enter 4.7" in the Width property.
g. If necessary, add some space into the Report Footer section.
h. Add a text box control to the Report Footer section.
i. On the Data tab, press the Build button on the Control Source
property.
j. Type =Count([SongTitle]) into the Expression Builder and
press OK.
k. On the Format tab of the Property Sheet, enter .02" in the
Top property, .35" in the Width property,
and 4.6" in the Left property of the text box.
l. Select the label control of that text box.
m. On the Format tab of the Property Sheet, type Total number
of songs: in the Caption property.
n. Enter .02" in the Top property, 1.55" in the Width property,
and 3" in the Left property of the label.
o. Save and close the report.
11. Open the SongListingOnAlbumsByArtist report in Design
view.
a. Enter 1.4" in the Height property of the Detail section.
b. Add a text box control to the ArtistName Footer section.
c. Delete the label control of that text box.
d. Select the text box, and on the Data tab press the Build
button in the Control Source property.
e. Type = "Total number of albums by " & [ArtistName] & ":"
into the Expression Builder and press OK.
f. On the Format tab, enter .02" in the Top property, 3.3" in the
Width property, .7" in the Left
property, and Right in the Text Align property.
g. Add another text box control to the ArtistName Footer
section.
h. Delete the label control of that text box.
i. Select the text box, and on the Data tab press the Build button
in the Control Source property.
j. Enter =Count([AlbumName]) into the Expression Builder and
press OK.
k. On the Format tab, enter .02" in the Top property, .2" in the
Width property, 4.1" in the Left
property, and Left in the Text Align property.
l. Enter .25" in the Height property of the ArtistName Footer
section.
m. Save the report.
6-103 Layout view of the main report after adding the subreport
Access 2013 Chapter 6 Creating Advanced Queries and Reports
Using SQL Last Updated: 10/29/15 Page 5
USING MICROSOFT ACCESS 2013 Guided Project 6-1
n. Switch to Print Preview view. The completed
report should look similar to Figure 6-104.
o. Navigate to page 2 and then 3 of the report. Notice how
Carrie Underwood’s data starts on the
top of page 3 instead of at the bottom of page 2. This is because
keep the whole group together
on one page is selected in the grouping options.
p. Navigate to page 4 of the report. Christina Aguilera is the
first artist who has more than one album.
Notice how her name appears only once, at the top of all of her
albums. This is because ArtistName
is the grouping header. Don’t confuse the name of her second
album, Christina Aguilera, with the
ArtistName grouping header.
q. Press the Close Print Preview button.
r. Close the report.
12. Close the database.
13. Upload and save your file.
14. Submit project for grading.
Step 2
Upload &
Save
Step 3
Grade my
Project
6-104 Print Preview of the completed report

More Related Content

Similar to Access 2013 Chapter 6 Creating Advanced Queries and Repor.docx

Office 2013 – myitlabgrader – InstructionsGO! - Access Chapter 3.docx
Office 2013 – myitlabgrader – InstructionsGO! - Access Chapter 3.docxOffice 2013 – myitlabgrader – InstructionsGO! - Access Chapter 3.docx
Office 2013 – myitlabgrader – InstructionsGO! - Access Chapter 3.docxhopeaustin33688
 
A_CH07_EXPV2_H1_Instructions.docxOffice 2013 – myitlabgrader .docx
A_CH07_EXPV2_H1_Instructions.docxOffice 2013 – myitlabgrader .docxA_CH07_EXPV2_H1_Instructions.docxOffice 2013 – myitlabgrader .docx
A_CH07_EXPV2_H1_Instructions.docxOffice 2013 – myitlabgrader .docxikirkton
 
Revenue by DepartmentBlue Lake SportsFirst Quarter Sales by CityDe.docx
Revenue by DepartmentBlue Lake SportsFirst Quarter Sales by CityDe.docxRevenue by DepartmentBlue Lake SportsFirst Quarter Sales by CityDe.docx
Revenue by DepartmentBlue Lake SportsFirst Quarter Sales by CityDe.docxronak56
 
Finite Element Analysis of 3D Bearing Support.ppt
Finite Element Analysis of 3D Bearing Support.pptFinite Element Analysis of 3D Bearing Support.ppt
Finite Element Analysis of 3D Bearing Support.pptkeansheng
 
Week 6 iLab Assignments DueThe purpose of this iLab is to crea.docx
Week 6 iLab Assignments DueThe purpose of this iLab is to crea.docxWeek 6 iLab Assignments DueThe purpose of this iLab is to crea.docx
Week 6 iLab Assignments DueThe purpose of this iLab is to crea.docxcockekeshia
 
Sheet1Wear-Ever ShoesCurrent StockProduct IDProductColorSizeQuanti.docx
Sheet1Wear-Ever ShoesCurrent StockProduct IDProductColorSizeQuanti.docxSheet1Wear-Ever ShoesCurrent StockProduct IDProductColorSizeQuanti.docx
Sheet1Wear-Ever ShoesCurrent StockProduct IDProductColorSizeQuanti.docxmaoanderton
 
Lesson 11. The outline pane shares its portion of the screen wi.docx
Lesson 11. The outline pane shares its portion of the screen wi.docxLesson 11. The outline pane shares its portion of the screen wi.docx
Lesson 11. The outline pane shares its portion of the screen wi.docxSHIVA101531
 
Tài liệu tự học Family trong Revit (phần 2)
Tài liệu tự học Family trong Revit (phần 2)Tài liệu tự học Family trong Revit (phần 2)
Tài liệu tự học Family trong Revit (phần 2)congnghebim
 
A Skills Approach Excel 2016 Chapter 4 Formatting Worksheets.docx
A Skills Approach Excel 2016 Chapter 4 Formatting Worksheets.docxA Skills Approach Excel 2016 Chapter 4 Formatting Worksheets.docx
A Skills Approach Excel 2016 Chapter 4 Formatting Worksheets.docxransayo
 
A Skills Approach Access 2013 Chapter 1 Getting Started.docx
A Skills Approach Access 2013      Chapter 1 Getting Started.docxA Skills Approach Access 2013      Chapter 1 Getting Started.docx
A Skills Approach Access 2013 Chapter 1 Getting Started.docxransayo
 
Wk 3 - Market Penetration Plan [due Mon]Top of FormBottom of F.docx
Wk 3 - Market Penetration Plan [due Mon]Top of FormBottom of F.docxWk 3 - Market Penetration Plan [due Mon]Top of FormBottom of F.docx
Wk 3 - Market Penetration Plan [due Mon]Top of FormBottom of F.docxhelzerpatrina
 
Creating a data report in visual basic 6
Creating a data report in visual basic 6Creating a data report in visual basic 6
Creating a data report in visual basic 6mrgulshansharma
 
Lesson 11.The outline pane shares its portion of the screen w.docx
Lesson 11.The outline pane shares its portion of the screen w.docxLesson 11.The outline pane shares its portion of the screen w.docx
Lesson 11.The outline pane shares its portion of the screen w.docxBetseyCalderon89
 
Sap tutorial for dynamics
Sap tutorial for dynamicsSap tutorial for dynamics
Sap tutorial for dynamicsNoor Mohammed
 
Adobe Illustrator CS5 Part 2 : Vector Graphic Effects
Adobe Illustrator CS5 Part 2 : Vector Graphic EffectsAdobe Illustrator CS5 Part 2 : Vector Graphic Effects
Adobe Illustrator CS5 Part 2 : Vector Graphic Effectscsula its training
 
Sap tutorial for dynamics
Sap tutorial for dynamicsSap tutorial for dynamics
Sap tutorial for dynamicscolosimoricardo
 
Electrónica y PCB: Tutorial de Easyeda V6.4.3
Electrónica y PCB: Tutorial de Easyeda  V6.4.3Electrónica y PCB: Tutorial de Easyeda  V6.4.3
Electrónica y PCB: Tutorial de Easyeda V6.4.3SANTIAGO PABLO ALBERTO
 

Similar to Access 2013 Chapter 6 Creating Advanced Queries and Repor.docx (20)

Office 2013 – myitlabgrader – InstructionsGO! - Access Chapter 3.docx
Office 2013 – myitlabgrader – InstructionsGO! - Access Chapter 3.docxOffice 2013 – myitlabgrader – InstructionsGO! - Access Chapter 3.docx
Office 2013 – myitlabgrader – InstructionsGO! - Access Chapter 3.docx
 
A_CH07_EXPV2_H1_Instructions.docxOffice 2013 – myitlabgrader .docx
A_CH07_EXPV2_H1_Instructions.docxOffice 2013 – myitlabgrader .docxA_CH07_EXPV2_H1_Instructions.docxOffice 2013 – myitlabgrader .docx
A_CH07_EXPV2_H1_Instructions.docxOffice 2013 – myitlabgrader .docx
 
Revenue by DepartmentBlue Lake SportsFirst Quarter Sales by CityDe.docx
Revenue by DepartmentBlue Lake SportsFirst Quarter Sales by CityDe.docxRevenue by DepartmentBlue Lake SportsFirst Quarter Sales by CityDe.docx
Revenue by DepartmentBlue Lake SportsFirst Quarter Sales by CityDe.docx
 
Finite Element Analysis of 3D Bearing Support.ppt
Finite Element Analysis of 3D Bearing Support.pptFinite Element Analysis of 3D Bearing Support.ppt
Finite Element Analysis of 3D Bearing Support.ppt
 
Week 6 iLab Assignments DueThe purpose of this iLab is to crea.docx
Week 6 iLab Assignments DueThe purpose of this iLab is to crea.docxWeek 6 iLab Assignments DueThe purpose of this iLab is to crea.docx
Week 6 iLab Assignments DueThe purpose of this iLab is to crea.docx
 
Sheet1Wear-Ever ShoesCurrent StockProduct IDProductColorSizeQuanti.docx
Sheet1Wear-Ever ShoesCurrent StockProduct IDProductColorSizeQuanti.docxSheet1Wear-Ever ShoesCurrent StockProduct IDProductColorSizeQuanti.docx
Sheet1Wear-Ever ShoesCurrent StockProduct IDProductColorSizeQuanti.docx
 
Orcad Capture - Schematic Design Tutorial
Orcad Capture - Schematic Design TutorialOrcad Capture - Schematic Design Tutorial
Orcad Capture - Schematic Design Tutorial
 
Lesson 11. The outline pane shares its portion of the screen wi.docx
Lesson 11. The outline pane shares its portion of the screen wi.docxLesson 11. The outline pane shares its portion of the screen wi.docx
Lesson 11. The outline pane shares its portion of the screen wi.docx
 
Excel chapter-6
Excel chapter-6Excel chapter-6
Excel chapter-6
 
Tài liệu tự học Family trong Revit (phần 2)
Tài liệu tự học Family trong Revit (phần 2)Tài liệu tự học Family trong Revit (phần 2)
Tài liệu tự học Family trong Revit (phần 2)
 
A Skills Approach Excel 2016 Chapter 4 Formatting Worksheets.docx
A Skills Approach Excel 2016 Chapter 4 Formatting Worksheets.docxA Skills Approach Excel 2016 Chapter 4 Formatting Worksheets.docx
A Skills Approach Excel 2016 Chapter 4 Formatting Worksheets.docx
 
A Skills Approach Access 2013 Chapter 1 Getting Started.docx
A Skills Approach Access 2013      Chapter 1 Getting Started.docxA Skills Approach Access 2013      Chapter 1 Getting Started.docx
A Skills Approach Access 2013 Chapter 1 Getting Started.docx
 
Wk 3 - Market Penetration Plan [due Mon]Top of FormBottom of F.docx
Wk 3 - Market Penetration Plan [due Mon]Top of FormBottom of F.docxWk 3 - Market Penetration Plan [due Mon]Top of FormBottom of F.docx
Wk 3 - Market Penetration Plan [due Mon]Top of FormBottom of F.docx
 
Orcad layout
Orcad layoutOrcad layout
Orcad layout
 
Creating a data report in visual basic 6
Creating a data report in visual basic 6Creating a data report in visual basic 6
Creating a data report in visual basic 6
 
Lesson 11.The outline pane shares its portion of the screen w.docx
Lesson 11.The outline pane shares its portion of the screen w.docxLesson 11.The outline pane shares its portion of the screen w.docx
Lesson 11.The outline pane shares its portion of the screen w.docx
 
Sap tutorial for dynamics
Sap tutorial for dynamicsSap tutorial for dynamics
Sap tutorial for dynamics
 
Adobe Illustrator CS5 Part 2 : Vector Graphic Effects
Adobe Illustrator CS5 Part 2 : Vector Graphic EffectsAdobe Illustrator CS5 Part 2 : Vector Graphic Effects
Adobe Illustrator CS5 Part 2 : Vector Graphic Effects
 
Sap tutorial for dynamics
Sap tutorial for dynamicsSap tutorial for dynamics
Sap tutorial for dynamics
 
Electrónica y PCB: Tutorial de Easyeda V6.4.3
Electrónica y PCB: Tutorial de Easyeda  V6.4.3Electrónica y PCB: Tutorial de Easyeda  V6.4.3
Electrónica y PCB: Tutorial de Easyeda V6.4.3
 

More from tarifarmarie

CASE GS-65 DATE 021309 (REVISED 010311) .docx
CASE  GS-65 DATE  021309 (REVISED 010311) .docxCASE  GS-65 DATE  021309 (REVISED 010311) .docx
CASE GS-65 DATE 021309 (REVISED 010311) .docxtarifarmarie
 
BBA 3551, Information Systems Management 1 Course Lea.docx
BBA 3551, Information Systems Management 1 Course Lea.docxBBA 3551, Information Systems Management 1 Course Lea.docx
BBA 3551, Information Systems Management 1 Course Lea.docxtarifarmarie
 
BUS 599 – Assignments and Rubrics © 2019 Strayer Unive.docx
BUS 599 – Assignments and Rubrics  © 2019 Strayer Unive.docxBUS 599 – Assignments and Rubrics  © 2019 Strayer Unive.docx
BUS 599 – Assignments and Rubrics © 2019 Strayer Unive.docxtarifarmarie
 
BEAUTY AND UGLINESS IN OLMEC MONUMENTAL SCULPTUREAuthor.docx
BEAUTY AND UGLINESS IN OLMEC MONUMENTAL SCULPTUREAuthor.docxBEAUTY AND UGLINESS IN OLMEC MONUMENTAL SCULPTUREAuthor.docx
BEAUTY AND UGLINESS IN OLMEC MONUMENTAL SCULPTUREAuthor.docxtarifarmarie
 
August 4, 2011 TAX FLIGHT IS A MYTH Higher State .docx
August 4, 2011   TAX FLIGHT IS A MYTH Higher State .docxAugust 4, 2011   TAX FLIGHT IS A MYTH Higher State .docx
August 4, 2011 TAX FLIGHT IS A MYTH Higher State .docxtarifarmarie
 
BHA 3202, Standards for Health Care Staff 1 Course Le.docx
BHA 3202, Standards for Health Care Staff 1 Course Le.docxBHA 3202, Standards for Health Care Staff 1 Course Le.docx
BHA 3202, Standards for Health Care Staff 1 Course Le.docxtarifarmarie
 
Assignment – 8600-341 (Leading and motivating a team effectiv.docx
Assignment – 8600-341 (Leading and motivating a team effectiv.docxAssignment – 8600-341 (Leading and motivating a team effectiv.docx
Assignment – 8600-341 (Leading and motivating a team effectiv.docxtarifarmarie
 
BIOEN 4250 BIOMECHANICS I Laboratory 4 – Principle Stres.docx
BIOEN 4250 BIOMECHANICS I Laboratory 4 – Principle Stres.docxBIOEN 4250 BIOMECHANICS I Laboratory 4 – Principle Stres.docx
BIOEN 4250 BIOMECHANICS I Laboratory 4 – Principle Stres.docxtarifarmarie
 
BHR 4680, Training and Development 1 Course Learning .docx
BHR 4680, Training and Development 1 Course Learning .docxBHR 4680, Training and Development 1 Course Learning .docx
BHR 4680, Training and Development 1 Course Learning .docxtarifarmarie
 
Business Plan 2016 Owners Mick & Sheryl Dun.docx
Business Plan 2016     Owners Mick & Sheryl Dun.docxBusiness Plan 2016     Owners Mick & Sheryl Dun.docx
Business Plan 2016 Owners Mick & Sheryl Dun.docxtarifarmarie
 
Assignment Guidelines NR224 Fundamentals - Skills NR224 .docx
Assignment Guidelines  NR224 Fundamentals - Skills NR224 .docxAssignment Guidelines  NR224 Fundamentals - Skills NR224 .docx
Assignment Guidelines NR224 Fundamentals - Skills NR224 .docxtarifarmarie
 
Brand Extension Marketing Plan 8GB530 Brand Extension Marketi.docx
Brand Extension Marketing Plan 8GB530 Brand Extension Marketi.docxBrand Extension Marketing Plan 8GB530 Brand Extension Marketi.docx
Brand Extension Marketing Plan 8GB530 Brand Extension Marketi.docxtarifarmarie
 
Building a Dynamic Organization The Stanley Lynch Investme.docx
Building a Dynamic Organization The Stanley Lynch Investme.docxBuilding a Dynamic Organization The Stanley Lynch Investme.docx
Building a Dynamic Organization The Stanley Lynch Investme.docxtarifarmarie
 
BBA 4351, International Economics 1 Course Learning O.docx
BBA 4351, International Economics 1 Course Learning O.docxBBA 4351, International Economics 1 Course Learning O.docx
BBA 4351, International Economics 1 Course Learning O.docxtarifarmarie
 
BSL 4060, Team Building and Leadership 1 Course Learn.docx
BSL 4060, Team Building and Leadership 1 Course Learn.docxBSL 4060, Team Building and Leadership 1 Course Learn.docx
BSL 4060, Team Building and Leadership 1 Course Learn.docxtarifarmarie
 
BHA 3002, Health Care Management 1 Course Learning Ou.docx
BHA 3002, Health Care Management 1 Course Learning Ou.docxBHA 3002, Health Care Management 1 Course Learning Ou.docx
BHA 3002, Health Care Management 1 Course Learning Ou.docxtarifarmarie
 
BBA 3551, Information Systems Management Course Learn.docx
BBA 3551, Information Systems Management Course Learn.docxBBA 3551, Information Systems Management Course Learn.docx
BBA 3551, Information Systems Management Course Learn.docxtarifarmarie
 
Afro-Asian Inquiry and the Problematics of Comparative Cr.docx
Afro-Asian Inquiry and the Problematics of Comparative Cr.docxAfro-Asian Inquiry and the Problematics of Comparative Cr.docx
Afro-Asian Inquiry and the Problematics of Comparative Cr.docxtarifarmarie
 
BBA 2201, Principles of Accounting I 1 Course Learnin.docx
BBA 2201, Principles of Accounting I 1 Course Learnin.docxBBA 2201, Principles of Accounting I 1 Course Learnin.docx
BBA 2201, Principles of Accounting I 1 Course Learnin.docxtarifarmarie
 
ARH2000 Art & Culture USF College of the Arts 1 .docx
ARH2000 Art & Culture  USF College of the Arts 1 .docxARH2000 Art & Culture  USF College of the Arts 1 .docx
ARH2000 Art & Culture USF College of the Arts 1 .docxtarifarmarie
 

More from tarifarmarie (20)

CASE GS-65 DATE 021309 (REVISED 010311) .docx
CASE  GS-65 DATE  021309 (REVISED 010311) .docxCASE  GS-65 DATE  021309 (REVISED 010311) .docx
CASE GS-65 DATE 021309 (REVISED 010311) .docx
 
BBA 3551, Information Systems Management 1 Course Lea.docx
BBA 3551, Information Systems Management 1 Course Lea.docxBBA 3551, Information Systems Management 1 Course Lea.docx
BBA 3551, Information Systems Management 1 Course Lea.docx
 
BUS 599 – Assignments and Rubrics © 2019 Strayer Unive.docx
BUS 599 – Assignments and Rubrics  © 2019 Strayer Unive.docxBUS 599 – Assignments and Rubrics  © 2019 Strayer Unive.docx
BUS 599 – Assignments and Rubrics © 2019 Strayer Unive.docx
 
BEAUTY AND UGLINESS IN OLMEC MONUMENTAL SCULPTUREAuthor.docx
BEAUTY AND UGLINESS IN OLMEC MONUMENTAL SCULPTUREAuthor.docxBEAUTY AND UGLINESS IN OLMEC MONUMENTAL SCULPTUREAuthor.docx
BEAUTY AND UGLINESS IN OLMEC MONUMENTAL SCULPTUREAuthor.docx
 
August 4, 2011 TAX FLIGHT IS A MYTH Higher State .docx
August 4, 2011   TAX FLIGHT IS A MYTH Higher State .docxAugust 4, 2011   TAX FLIGHT IS A MYTH Higher State .docx
August 4, 2011 TAX FLIGHT IS A MYTH Higher State .docx
 
BHA 3202, Standards for Health Care Staff 1 Course Le.docx
BHA 3202, Standards for Health Care Staff 1 Course Le.docxBHA 3202, Standards for Health Care Staff 1 Course Le.docx
BHA 3202, Standards for Health Care Staff 1 Course Le.docx
 
Assignment – 8600-341 (Leading and motivating a team effectiv.docx
Assignment – 8600-341 (Leading and motivating a team effectiv.docxAssignment – 8600-341 (Leading and motivating a team effectiv.docx
Assignment – 8600-341 (Leading and motivating a team effectiv.docx
 
BIOEN 4250 BIOMECHANICS I Laboratory 4 – Principle Stres.docx
BIOEN 4250 BIOMECHANICS I Laboratory 4 – Principle Stres.docxBIOEN 4250 BIOMECHANICS I Laboratory 4 – Principle Stres.docx
BIOEN 4250 BIOMECHANICS I Laboratory 4 – Principle Stres.docx
 
BHR 4680, Training and Development 1 Course Learning .docx
BHR 4680, Training and Development 1 Course Learning .docxBHR 4680, Training and Development 1 Course Learning .docx
BHR 4680, Training and Development 1 Course Learning .docx
 
Business Plan 2016 Owners Mick & Sheryl Dun.docx
Business Plan 2016     Owners Mick & Sheryl Dun.docxBusiness Plan 2016     Owners Mick & Sheryl Dun.docx
Business Plan 2016 Owners Mick & Sheryl Dun.docx
 
Assignment Guidelines NR224 Fundamentals - Skills NR224 .docx
Assignment Guidelines  NR224 Fundamentals - Skills NR224 .docxAssignment Guidelines  NR224 Fundamentals - Skills NR224 .docx
Assignment Guidelines NR224 Fundamentals - Skills NR224 .docx
 
Brand Extension Marketing Plan 8GB530 Brand Extension Marketi.docx
Brand Extension Marketing Plan 8GB530 Brand Extension Marketi.docxBrand Extension Marketing Plan 8GB530 Brand Extension Marketi.docx
Brand Extension Marketing Plan 8GB530 Brand Extension Marketi.docx
 
Building a Dynamic Organization The Stanley Lynch Investme.docx
Building a Dynamic Organization The Stanley Lynch Investme.docxBuilding a Dynamic Organization The Stanley Lynch Investme.docx
Building a Dynamic Organization The Stanley Lynch Investme.docx
 
BBA 4351, International Economics 1 Course Learning O.docx
BBA 4351, International Economics 1 Course Learning O.docxBBA 4351, International Economics 1 Course Learning O.docx
BBA 4351, International Economics 1 Course Learning O.docx
 
BSL 4060, Team Building and Leadership 1 Course Learn.docx
BSL 4060, Team Building and Leadership 1 Course Learn.docxBSL 4060, Team Building and Leadership 1 Course Learn.docx
BSL 4060, Team Building and Leadership 1 Course Learn.docx
 
BHA 3002, Health Care Management 1 Course Learning Ou.docx
BHA 3002, Health Care Management 1 Course Learning Ou.docxBHA 3002, Health Care Management 1 Course Learning Ou.docx
BHA 3002, Health Care Management 1 Course Learning Ou.docx
 
BBA 3551, Information Systems Management Course Learn.docx
BBA 3551, Information Systems Management Course Learn.docxBBA 3551, Information Systems Management Course Learn.docx
BBA 3551, Information Systems Management Course Learn.docx
 
Afro-Asian Inquiry and the Problematics of Comparative Cr.docx
Afro-Asian Inquiry and the Problematics of Comparative Cr.docxAfro-Asian Inquiry and the Problematics of Comparative Cr.docx
Afro-Asian Inquiry and the Problematics of Comparative Cr.docx
 
BBA 2201, Principles of Accounting I 1 Course Learnin.docx
BBA 2201, Principles of Accounting I 1 Course Learnin.docxBBA 2201, Principles of Accounting I 1 Course Learnin.docx
BBA 2201, Principles of Accounting I 1 Course Learnin.docx
 
ARH2000 Art & Culture USF College of the Arts 1 .docx
ARH2000 Art & Culture  USF College of the Arts 1 .docxARH2000 Art & Culture  USF College of the Arts 1 .docx
ARH2000 Art & Culture USF College of the Arts 1 .docx
 

Recently uploaded

Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfChris Hunter
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.MateoGardella
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 

Recently uploaded (20)

Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 

Access 2013 Chapter 6 Creating Advanced Queries and Repor.docx

  • 1. Access 2013 Chapter 6 Creating Advanced Queries and Reports Using SQL Last Updated: 10/29/15 Page 1 USING MICROSOFT ACCESS 2013 Guided Project 6-1 Guided Project 6-1 For this project, you enhance the functionality of the database for a friend’s music collection. Recall that in Guided Project 4-1 you used the Report Wizard to create a report that shows all the songs on each album. For this project, you create an improved report that is grouped by artist and shows all the albums and song details. You also use Design view to create a main report and a subreport and customize the report in Design view to add sections, add and edit controls, and add a running total. Skills Covered in This Project ain report.
  • 2. 1. Open the MusicDatabase-06.accb database start file. 2. The file will be renamed automatically to include your name. Change the project file name if directed to do so by your instructor. 3. Enable content in the security warning. 4. Build the main report. a. Click the Report Design button [Create tab, Reports group] to open a new report. b. Click the Property Sheet button [Report Design Tools Design tab, Tools group]. c. Click the Format tab. d. Enter 7" in the Width property. e. Click the Data tab. f. Click the drop-down arrow in the Record Source property and select the Album table. g. Click the Add Existing Fields button [Report Design Tools Design tab, Tools group] to open
  • 3. the Field List. h. Add the AlbumName and ArtistName fields into the Detail section. i. Edit the caption of the ArtistName label to read Recording Artist. j. Edit the caption of the AlbumName label to read Album. k. Save the report as SongListingOnAlbumsByArtist. 5. Add a group section to the report. a. If not already open, click the Group & Sort button [Report Design Tools Design tab, Grouping & Totals group] to open the Group, Sort, and Total pane at the bottom of the report. b. Select the Add a group option in the Group, Sort, and Total pane. c. Select the ArtistName field from the field list. d. Click the More button in the Group, Sort, and Total pane to display the available options (Figure 6-100). e. Change the without a footer section option to with a footer section.
  • 4. 6-100 Group, Sort, and Total pane Step 1 Download start file Access 2013 Chapter 6 Creating Advanced Queries and Reports Using SQL Last Updated: 10/29/15 Page 2 USING MICROSOFT ACCESS 2013 Guided Project 6-1 f. Change the do not keep group together on one page option to keep whole group together on one page. g. Close the Group, Sort, and Total pane by clicking the X on the Group, Sort, and Total pane header. Be careful not to click the Delete button inside the pane or you will remove the group. h. Save the changes made to the report. 6. Modify the report. a. Hover your pointer over the bottom edge of the Page Header section until the resize pointer appears, and move the resize pointer up to the Page Header bar to remove the space in the
  • 5. section. b. Right-click inside of the report to open the context menu. c. Select the Report Header/Footer option to add Report Header and Report Footer sections to the report. d. Click inside of the Report Header section. e. If not already open, press F4 to open the Property Sheet. f. On the Format tab, enter .5" in the Height property. g. Click inside of the ArtistName Header section. h. If needed, enter .25" in the Height property. i. Follow the same steps to set the Height property of the ArtistName Footer section and Page Footer section to .25", and the Detail section to 2". j. Add a label control into the Report Header section and type Songs on My Albums into the label. k. Using the options on the Report Design Tools Format tab in the Font group, change the label font to 14 pt and apply bold and italics. l. Select the Page Numbers button [Report Design Tools Design tab, Header/Footer group]. m. Select the Page N of M radio button, the Bottom of Page
  • 6. [Footer] radio button, and a center alignment. n. Click OK. o. Select the ArtistName text box. Press and hold the Shift key and select the Recording Artist label. Both controls should be selected. p. Drag the selected controls into the ArtistName Header section. q. Select the AlbumName text box. Press and hold the Shift key and select the ArtistName text box. Both text boxes should be selected. r. Click on the Format tab of the Property Sheet and select Transparent in the Border Style property. s. Adjust the location and sizes
  • 7. of the label and text box controls so they resemble those shown in Figure 6-101. t. Save and close the report. 6-101 Design view of the main report Access 2013 Chapter 6 Creating Advanced Queries and Reports Using SQL Last Updated: 10/29/15 Page 3 USING MICROSOFT ACCESS 2013 Guided Project 6-1 7. Build the subreport. a. Click the Report Design button [Create tab, Reports group] to create a new report. b. If necessary, press F4 to open the Property Sheet and click the Format tab. c. Type 6" in the Width property. d. Click the Data tab. e. Click the drop-down arrow in the Record Source property and select the Songs table.
  • 8. f. Click the Add Existing Fields button [Report Design Tools Design tab, Tools group] to open the Field List. g. Add the SongTitle and Length fields into the Detail section. The Length text box should be selected. h. Press and hold the Shift key and select the SongTitle text box. i. Click Tabular [Report Design Tools Arrange tab, Table group]. j. Select anywhere in the report to deselect the layout control. k. Select one of the text boxes. l. Press F4 to open the Property Sheet. m. On the Format tab, enter .02" in the Top property. n. Right-click inside of the report to open the context menu. o. Select the Report Header/Footer option to add Report Header and Report Footer sections to the report. p. Select both label controls in the Page Header section. q. Click the Move Up button [Report Design Tools Arrange tab, Move group]. r. Right-click inside of the report to open the context menu.
  • 9. s. Select the Page Header/Footer option to delete the Page Header and Page Footer sections. t. Select one of the label controls. u. Enter .02" in the Top property and .2" in the Height property. v. Click inside of the Report Header section and enter .25" in the Height property. w. Follow the same steps to set the Height property of the Detail and Report Footer sections to .25". The report should be similar to Figure 6-102. x. Save the report as SongsSubreport. y. Close the report. 8. Add the subreport to the main report. a. Open the SongListingOnAlbumsByArtist report in Design view. b. Click the Subform/Subreport button [Report Design Tools
  • 10. Design tab, Controls group]. c. Click in the Detail section of the report, close to the left border, below the Album label. The SubReport Wizard launches. d. Select the Use an existing report or form radio button. The SongsSubreport report should be highlighted in the list. e. Click Next. f. Accept the Choose from a list radio button and select the Show Songs for each record in Album using AlbumID statement. g. Click Next. h. Accept the suggested name for the subreport and click Finish. The subreport is added into the main report. 6-102 Design view of the subreport Access 2013 Chapter 6 Creating Advanced Queries and Reports Using SQL Last Updated: 10/29/15 Page 4 USING MICROSOFT ACCESS 2013 Guided Project 6-1
  • 11. i. Switch to Layout view (Figure 6- 103). Verify that the subreport is correctly linked to the main report. j. Save the report. 9. Customize the main report and subreport. a. Switch to Design view. b. Click to select the SongsSubreport label. c. Press Delete. d. Select the subreport. e. On the Format tab of the Property Sheet, select Transparent in the Border Style property. f. Enter 1" in the Left property. g. Save and close the report. 10. Open the SongsSubreport in Design view. a. If necessary, open the Property Sheet and select the Format tab. b. Select both the Length text box and label.
  • 12. c. Enter .5" in the Width property. d. Select both the SongTitle text box and label. e. Enter .2" in the Left property. f. Enter 4.7" in the Width property. g. If necessary, add some space into the Report Footer section. h. Add a text box control to the Report Footer section. i. On the Data tab, press the Build button on the Control Source property. j. Type =Count([SongTitle]) into the Expression Builder and press OK. k. On the Format tab of the Property Sheet, enter .02" in the Top property, .35" in the Width property, and 4.6" in the Left property of the text box. l. Select the label control of that text box. m. On the Format tab of the Property Sheet, type Total number of songs: in the Caption property. n. Enter .02" in the Top property, 1.55" in the Width property, and 3" in the Left property of the label. o. Save and close the report. 11. Open the SongListingOnAlbumsByArtist report in Design view.
  • 13. a. Enter 1.4" in the Height property of the Detail section. b. Add a text box control to the ArtistName Footer section. c. Delete the label control of that text box. d. Select the text box, and on the Data tab press the Build button in the Control Source property. e. Type = "Total number of albums by " & [ArtistName] & ":" into the Expression Builder and press OK. f. On the Format tab, enter .02" in the Top property, 3.3" in the Width property, .7" in the Left property, and Right in the Text Align property. g. Add another text box control to the ArtistName Footer section. h. Delete the label control of that text box. i. Select the text box, and on the Data tab press the Build button in the Control Source property. j. Enter =Count([AlbumName]) into the Expression Builder and press OK. k. On the Format tab, enter .02" in the Top property, .2" in the Width property, 4.1" in the Left property, and Left in the Text Align property. l. Enter .25" in the Height property of the ArtistName Footer section.
  • 14. m. Save the report. 6-103 Layout view of the main report after adding the subreport Access 2013 Chapter 6 Creating Advanced Queries and Reports Using SQL Last Updated: 10/29/15 Page 5 USING MICROSOFT ACCESS 2013 Guided Project 6-1 n. Switch to Print Preview view. The completed report should look similar to Figure 6-104. o. Navigate to page 2 and then 3 of the report. Notice how Carrie Underwood’s data starts on the top of page 3 instead of at the bottom of page 2. This is because keep the whole group together on one page is selected in the grouping options. p. Navigate to page 4 of the report. Christina Aguilera is the first artist who has more than one album. Notice how her name appears only once, at the top of all of her albums. This is because ArtistName is the grouping header. Don’t confuse the name of her second album, Christina Aguilera, with the
  • 15. ArtistName grouping header. q. Press the Close Print Preview button. r. Close the report. 12. Close the database. 13. Upload and save your file. 14. Submit project for grading. Step 2 Upload & Save Step 3 Grade my Project 6-104 Print Preview of the completed report