Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

36
Chapter 5-1

Transcript of Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Page 1: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-1

Page 2: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-2

Chapter 5:Database Forms and Reports

Introduction

Forms

Reports

Page 3: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-3

Forms

3 Major Sections Heading section Detail section Navigation bar

3 Advantages Avoid accidental replacement of data All data entry points on one screen Can be customized

Page 4: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-4

Form Example

Page 5: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-5

Creating Simple Forms

Enter the appropriate settings in the Form Wizard dialog boxes

Customize the Form Form Controls Bound Controls Unbound Controls Property Sheet Window Control Source Property

Page 6: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-6

Form Wizard Screen Shots

Page 7: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-7

Form Wizard Screen Shots

Page 8: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-8

Form Wizard Screen Shots

Page 9: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-9

Property Sheet Window

Page 10: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-10

Creating Simple Forms

Refine your Design Toggle between run mode and design mode Continue to adjust the design as needed

Reset the Tab Order Create a custom order for the objects

Page 11: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-11

Subforms - Showing Data from Multiple Tables

A form within a form

Displays data related to the information on main form

Two Methods to Creating Subforms When using the Form Wizard After the creation of the main form

Page 12: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-12

Form with a Subform

Page 13: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-13

In Access, you can use a form to perform all of the following tasks except:

A. Create a new record in a specific table

B. Change the information in an existing record of a table

C. View the information from many different records sequentially

D. All of these are tasks that can be performed with an Access form

Study Break #1

Page 14: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-14

In Access, you can use a form to perform all of the following tasks except:

A. Create a new record in a specific table

B. Change the information in an existing record of a table

C. View the information from many different records sequentially

D. All of these are tasks that can be performed with an Access form

Study Break #1 - Answer

Page 15: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-15

A form control that does not change from record to record is probably:

A. A design-time control

B. A bound control

C. An unbound control

D. A mistake

Study Break #2

Page 16: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-16

A form control that does not change from record to record is probably:

A. A design-time control

B. A bound control

C. An unbound control

D. A mistake

Study Break #2 - Answer

Page 17: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-17

If the form onscreen appears with grid lines and you can view the Toolbox, this form is most likely in:

A. Design mode

B. Run mode

C. Sleep mode

D. Wizard mode

Study Break #3

Page 18: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-18

If the form onscreen appears with grid lines and you can view the Toolbox, this form is most likely in:

A. Design mode

B. Run mode

C. Sleep mode

D. Wizard mode

Study Break #3 - Answer

Page 19: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-19

Reports

Provide custom information to database users

Can be simple documents or complex outputs

Are strictly outputs, do not allow for input of data

Page 20: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-20

Report Example

Page 21: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-21

Report Components

Page 22: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-22

Creating Simple Reports

Launch the Report Wizard

Select the Underlying Data Source and Desired Fields

Indicate any Grouping Levels

Page 23: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-23

Report Wizard Screen Shots

Page 24: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-24

Report Wizard Screen Shots

Page 25: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-25

Report Wizard Screen Shots

Page 26: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-26

Report Wizard Screen Shots

Page 27: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-27

Report Wizard Screen Shots

Page 28: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-28

Creating Simple Reports

Indicate any Sort Fields and Select the Desired Report Format

Name the Report

Modify the Design of the Report as Desired

Page 29: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-29

Report at Design Time

Page 30: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-30

Additional Items

Calculated Fields System must calculate the field based on

other data fields Recomputed when needed

Grouped Data Useful organizations of information Control break

Page 31: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-31

Report with Calculated Fields

Page 32: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-32

Calculated Fields with Grouped Data

Page 33: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-33

Which of these best identifies the underlying data source for an Access report?

A. Only tables

B. Only queries

C. Both tables and queries

D. Tables, queries, and forms

Study Break #4

Page 34: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-34

Which of these best identifies the underlying data source for an Access report?

A. Only tables

B. Only queries

C. Both tables and queries

D. Tables, queries, and forms

Study Break #4 - Answer

Page 35: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-35

Which of the following is not a typical part of a printed report using Access?

A. Report header

B. Report footer

C. Navigation bar

D. Detail line

Study Break #5

Page 36: Chapter 5-1. Chapter 5-2 Chapter 5: Database Forms and Reports Introduction Forms Reports.

Chapter 5-36

Which of the following is not a typical part of a printed report using Access?

A. Report header

B. Report footer

C. Navigation bar

D. Detail line

Study Break #5 - Answer