Presentation is loading. Please wait.

Presentation is loading. Please wait.

David M. Kroenke and David J. Auer Database Processing Fundamentals, Design, and Implementation Appendix A: Getting Started with Microsoft Access 2013.

Similar presentations


Presentation on theme: "David M. Kroenke and David J. Auer Database Processing Fundamentals, Design, and Implementation Appendix A: Getting Started with Microsoft Access 2013."— Presentation transcript:

1 David M. Kroenke and David J. Auer Database Processing Fundamentals, Design, and Implementation Appendix A: Getting Started with Microsoft Access 2013

2 Chapter Objectives To be able to create databases in Access 2013 To be able to create tables in Access 2013 To understand Access 2013 data types To be able to insert data into tables in Access 2013 To be able to create relationships between tables in Access 2013 To be able to create Query-by-Example (QBE) queries in Access 2013 To understand the use of the Form Wizard in Access 2013 To understand the use of the Report Wizard in Access 2013 KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-2

3 Example Database Design Three tables: STUDENT, CLASS, and GRADE KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-3

4 Example Database Design Three tables: STUDENT, CLASS, and GRADE KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-4

5 The Microsoft Access 2013 App Tile KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-5

6 Microsoft Access—Table Keys Each table has a key. A key is one or more columns that identify a row. –StudentNumber in STUDENT –ClassNumber in CLASS Keys composed of more than one column are called composite keys. –(StudentNumber, ClassNumber) in GRADE See Chapter Three for a complete discussion of keys. In this Appendix, the following keys are relevant: –Primary key—the key used to identify rows in a table –Foreign key—the key used to link to another table –Surrogate key—a short, numeric key added to the table as an ideal identifier when other fields don’t work as well KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-6

7 Microsoft Access 2013 Basic Data Types KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-7

8 Example Database Design The STUDENT Table KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-8

9 Example Database Design The CLASS Table KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-9

10 Example Database Design The GRADE Table KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-10

11 Microsoft Access—Relationships StudentNumber in GRADE creates a relationship to StudentNumber in STUDENT. ClassNumber in GRADE creates a relationship to ClassNumber in CLASS StudentNumber in GRADE and ClassNumber in GRADE are examples of foreign keys. KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-11

12 Creating a Database I KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-12

13 Creating a Database II KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-13

14 Creating a Database III KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-14

15 The Microsoft Office Fluent User Interface KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-15

16 The Quick Access Toolbar KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-16

17 Database Objects and the Navigation Pane I KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-17

18 Database Objects and the Navigation Pane II KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-18

19 Opening an Existing Database: The Backstage View KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-19

20 The Security Warning Bar KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-20

21 Creating a Table I KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-21

22 Creating a Table II KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-22

23 Creating Columns (Fields) I KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-23

24 Creating Columns (Fields) II KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-24

25 Creating Columns (Fields) III KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-25

26 Creating Columns (Fields) IV KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-26

27 Setting the Primary Key I KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-27

28 Setting the Primary Key II KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-28

29 Saving the Table Structure I KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-29

30 Saving the Table Structure II KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-30

31 Saving the Table Structure III KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-31

32 Adding Data to Tables We can add data to a table by: –Using the datasheet view –Using a form KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-32

33 STUDENT Data KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-33

34 CLASS Data KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-34

35 Adding Data to Tables: Using the Datasheet View I KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-35

36 Adding Data to Tables: Using the Datasheet View II KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-36

37 Adding Data to Tables: Using the Datasheet View III KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-37

38 Adding Data to Tables: Using the Datasheet View IV KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-38

39 Creating Relationships I KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-39

40 Creating Relationships II KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-40

41 Creating Relationships III KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-41

42 Creating Relationships IV KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-42

43 Creating Relationships V KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-43

44 Creating Relationships VI KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-44

45 GRADE Data KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-45

46 Creating QBE Queries I KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-46

47 Creating QBE Queries II KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-47

48 Creating QBE Queries III KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-48

49 Creating QBE Queries IV KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-49

50 Creating QBE Queries V KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-50

51 Creating QBE Queries VI KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-51

52 Creating QBE Queries VII KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-52

53 Access 2013 Forms KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-53

54 Access 2013 Reports KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-54

55 David Kroenke and David Auer Database Processing Fundamentals, Design, and Implementation (13th Edition) End of Presentation: Appendix A KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-55

56 KROENKE AND AUER - DATABASE PROCESSING, 13th Edition © 2014 Pearson Education, Inc. A-56 All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of the publisher. Printed in the United States of America.


Download ppt "David M. Kroenke and David J. Auer Database Processing Fundamentals, Design, and Implementation Appendix A: Getting Started with Microsoft Access 2013."

Similar presentations


Ads by Google