GO! with Microsoft Access 2016

Slides:



Advertisements
Similar presentations
Chapter 1 Getting Started with Access Databases. Objectives Identify Good Database Design Create a Table and Define Fields in a New Blank Database Change.
Advertisements

Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
Computer Concepts BASICS 4th Edition
With Microsoft Access 2010© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Access.
INSERT BOOK COVER 1Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall. Exploring Microsoft Access 2010 by Robert Grauer, Keith Mast,
Chapter 1 Databases and Database Objects: An Introduction
With Microsoft ® Access 2010© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 Identify Good Database Design A database is an organized collection.
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall 1 1. Chapter 2: Relational Databases and Multi-Table Queries Exploring Microsoft Office.
Unit J: Creating a Database Microsoft Office Illustrated Fundamentals.
ACCESS. » Access is a database management system. » This system lets you create and process data. » A database is a collection of data that is organized.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. ACCESS 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 4 – Creating New.
Create Database Tables
Chapter 1 Databases and Database Objects: An Introduction
1 Lesson 22 Getting Started with Access Essentials Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
INSERT BOOK COVER 1Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall. Exploring Microsoft Access 2010 by Robert Grauer, Keith Mast,
Lesson 17 Getting Started with Access Essentials
XP 1 Microsoft Access 2003 Introduction To Microsoft Access 2003.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 24 Managing and Reporting Database Information 1 Morrison / Wells / Ruffolo.
Key Applications Module Lesson 21 — Access Essentials
Chapter 17 Creating a Database.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 23 Getting Started with Access Essentials 1 Morrison / Wells / Ruffolo.
With Microsoft ® Access 2010© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Access.
Copyright 2007, Paradigm Publishing Inc. ACCESS 2007 Chapter 1 BACKNEXTEND 1-1 LINKS TO OBJECTIVES Create and Open a Database Create and Open a Database.
Access 2007 ® Use Databases How can Microsoft Access 2007 help you structure your database?
With Microsoft Office 2007 Introductory© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Office 2007 Introductory.
Microsoft Access. Microsoft access is a database programs that allows you to store retrieve, analyze and print information. Companies use databases for.
1 Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. by Mary Anne Poatsy, Keith Mulbery, Lynn Hogan, Amy Rutledge, Cyndi Krebs, Eric.
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall 1 1 Committed to Shaping the Next Generation of IT Experts. Chapter 4: Create, Edit,
With Microsoft Excel 2010 © 2011 Pearson Education, Inc. Publishing as Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Excel 2010.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
1Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall. Exploring Microsoft Office Access 2010 by Robert Grauer, Keith Mast, and Mary Anne.
GO! with Office 2013 Volume 1 By: Shelley Gaskin, Alicia Vargas, and Carolyn McLellan Access Chapter 1 Introduction to Microsoft Access 2013.
Microsoft Office 2013 Try It! Chapter 4 Storing Data in Access.
Getting Started in Access 1 Using an existing Database Database Window Table Design View Parts of a Table Views in Access Navigating in Access Entering.
Course Contents Overview: Database basics Lesson 1: Benefits of using a database Lesson 2: Table that data Lesson 3: Analyzing, viewing, and reporting.
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
Microsoft Access 2013 ®® Case Study Creating a Database.
Tutorial 1 Creating a Database
New Perspectives on Microsoft Access 2016
Microsoft Office Access 2010 Lab 1
Prepared By: Bobby Wan Microsoft Access Prepared By: Bobby Wan
Exploring Microsoft Office Access 2007
GO! with Microsoft Office 2016
Microsoft Access 2007 – Level 1
Access Tutorial 1 Creating a Database
Exploring Microsoft Office Access 2007
Practical Office 2007 Chapter 10
Introduction to Microsoft Access
GO! with Microsoft Office 2016
Access Creating a Database
Access Creating a Database
Creating Database Tables
GO! with Microsoft® Access e
Exploring Microsoft® Access® 2016 Series Editor Mary Anne Poatsy
Access Tutorial 1 Creating a Database
Case Study Creating a Database
MODULE 7 Microsoft Access 2010
Microsoft Official Academic Course, Access 2016
Introduction to Database Programs
Chapter 1 Databases and Database Objects: An Introduction
Access Tutorial 1 Creating a Database
Microsoft Office Illustrated Introductory, Windows XP Edition
Microsoft Office Access is the best –selling personal computer database management system. What is Access?
Guidelines for Microsoft® Office 2013
Access Tutorial 1 Creating a Database
Exploring Microsoft® Office 2016 Series Editor Mary Anne Poatsy
Unit J: Creating a Database
Presentation transcript:

GO! with Microsoft Access 2016 GO! with Microsoft Access 2016 Comprehensive Gaskin Graviett

Access – Chapter 1 Getting Started with Microsoft Access 2016

Objectives Identify Good Database Design Use a Template to Create a Database Create a Table and Define Fields in a Blank Desktop Database Organize Objects in the Navigation Pane Change the Structure of Tables and Add a Second Table Create a New Table in a Database Created with a Template Create a Query, Form, and Report Print a Report and a Table Close a Database and Close Access The objectives of this chapter are: Identify Good Database Design Create a Table and Define Fields in a Blank Desktop Database Change the Structure of Tables and Add a Second Table Create a Query, Form, and Report Close a Database and Close Access Use a Template to Create a Database Organize Objects in the Navigation Pane Create a New Table in a Database Created with a Template Print a Report and a Table

Identify Good Database Design Access 2016 is a relational database management system Database – an organized collection of data Information – data organized in a useful manner Flat database – simple database, not related to other data Relational database – database, multiple collections are related Access is a relational database management system, referred to as a DBMS which is software that controls how related pieces of data are stored, organized, retrieved, and secured. There are two basic types of databases systems, a flat or simple database and a relational database. In a flat database, there are no related pieces of data. In a relational database, there are multiple pieces of data that are related in some way to each other. An example of a flat database would be your address book. You would not need to duplicate any addresses. An example of a relational database could be a store’s inventory because there should also be a list of suppliers. There should be separate tables for the inventory and the suppliers, with a field that would relate them in some way, like a supplier identification field.

Identify Good Database Design Tables – the foundation of an Access database Record – all the data relating to one person, place, event, thing, or idea is stored Field – a single piece of information for every record When creating a database, the first step is to decide what information you want to be included, what questions should the database answer. The purpose of the database is to have the information in the database so the answers to any questions would be easy to do. Tables are the foundation of an Access database. All information is stored in tables. Tables are similar to an Excel spreadsheet because they are created in columns and rows. A record is where all the information about one particular person, place, event, thing, or idea is stored. Such as everything about you as a student. A field is a list of all the items included in the table. For example, your name could be used as three fields, your last name, first name, and middle initial.

Identify Good Database Design First principle of a good database design - organize data so there is no duplication of information Second principle of a good database design - use techniques to ensure that data is consistent The first principle of a good database design is to organize the data in such a way that there is no duplication of information. For instance, a supplier changed its location. Instead of creating a new record for that supplier, modify the existing record with the change. The second principle of a good database design is to use techniques to ensure that the data is entered in such a way that it is consistent. A good example would be with the way the state is referred to. Some people abbreviate the state when they refer to it, others do not, so to be consistent, you would decide which way you would enter the state.

Create a Table and Define Fields in a Blank Desktop Database From the Microsoft Access 2016 start screen, you can open an existing database create a custom web app create a blank database create a new database based on a template Normalization is very important because your goal in creating a database is to have it perform as you expect it to. When normalization rules are not followed, the database is useless. Tables in a relational database are joined to one another on a common field—a field that is in both tables. From this screen, you can open an existing database, create a new custom web app database, create a blank database, or create a new database based on a template.

Create a Table and Define Fields in a Blank Desktop Database To create a blank database Click Browse to choose the location for the database Name the file in the File Name box Click Create A blank desktop database is stored on your computer or other storage device. It is a shell with no data. You create the data and tools as they are needed. To create a blank database, clock Browse to choose the location of the database, then name the database in the File Name box. Click Create to create the database shell.

Create a Table and Define Fields in a Blank Desktop Database Table in datasheet view Navigation pane displays objects that can be opened Object tab identifies open objects Object window displays active or open object(s) This is the first view you have after creating a blank database. This view is called Datasheet view. The table is called Table 1 because it is a table that has not been named. Datasheet view looks similar to an Excel spreadsheet because it is set up in columns and rows. Captions can be created for field names to reduce the amount of space in the column heading. An example of a caption would be LName for Last Name. A description can be added to a field name if necessary for additional information on the purpose of a field. However, it is not necessary.

Create a Table and Define Fields in a Blank Desktop Database Examples of Data types Short text – up to 255 characters Date & Time – date or time Auto Number – unique sequential numbers Currency – amounts A data type is the kind of data that can be stored in a field. A field can have only one data type. Examples of data types are Short text, Date & Time, Auto Number, Currency, and Number. Field names should be specifically related to the data included in the table. Examples of field names are Last Name, First Name, and Middle Initial. Many designers do not use spaces in field names so Last Name would become LName. Fields such as Postal Code should be assigned Short text because the field will never be used in a calculation. Fields that involve numbers should be labeled number fields. If they are currency, they should be labeled currency.

Create a Table and Define Fields in a Blank Desktop Database You can key records directly into a table or you can import the data from a variety of sources such as Excel. Importing is copying the data from one source to another. If you want to add to an existing table, you would append the data. To append the data, the table needs to have already been created and be closed. The source file is the file that is being imported. There are three ways to import data from an Excel spreadsheet: import into a new table in the current database, append (copy) the data to an existing table, or link the data to a linked table in the database. A link is a connection to another file. When you link a file, any changes made in one will be made in the other. To append records to an existing table, the field names and the column headings have to be identical. If they are not, the table will not copy. A wizard is a feature of Access that walks you through the process of importing records from one file to another.

Change the Structure of Tables and Add a Second Table Primary key – unique identifier – Cannot be duplicated in table The Primary key is a unique identifier that identifies a record. A good example of a unique identifier would be a student ID. No student should have the same ID as another, that makes it unique. It is a good practice to create a primary key in every table to make sure you do not enter the same record more than once.

Change the Structure of Tables and Add a Second Table Excel spreadsheets can be imported or linked into Access.

Change the Structure of Tables and Add a Second Table Many times it is necessary to print in Access. There are numerous ways to print. When printing, it is best to use Print Preview to view your table to make sure all the information is readable. Many times, you have to change the orientation from Portrait to Landscape to see all the fields. You can also use Fit to Window to see how the table will look. If the table covers more than one page, you will see the Next Page button available to print.

Create a Query, Form, and Report A query is the answer to a question. When a database query is created, the result of the query appears as one datasheet. A select query is one type of query. This is a simple select query, which retrieves data from one or more tables or queries. It creates a subset of the data to answer specific questions. The objects from the query are referred to as the query’s data source. Access runs the query or performs the actions in your query to answer the question. The records that match the criteria display in datasheet form. In a select query, you specify which fields you want to appear in your answer. No other fields will appear.

Create a Query, Form, and Report The results of a query, the answer to your question, only display the fields you asked for with the criteria specified in the question.

Create a Query, Form, and Report A form is an object that can be used for data entry, to edit data, or display the data in form view. The fields are in the same order that they were created in the table. In form view, you view the specific records in the table a form at a time. Layout view is useful to view the design of the form.

Create a Query, Form, and Report Layout View of the Table A report is an object that displays all the information from a table in an easy-to-read format which is suitable for printing. Reports can be created to summarize information. The report layout view is very similar to the layout view of a form. Layout view is where changes to the report or form format can be made. Print Preview of the Report

Close a Database and Close Access When closing a table, changes made to records are saved automatically. Changes to structure or adjusted column widths require saving the object again. If the navigation pane is open, all the objects created will be listed. When finished using the database, close the database objects, and exit Access.

Use a Template to Create a Database A database template has prebuilt tables, queries, forms, and reports that can be modified to suite your needs. The advantage of using a template is that you do not have to create the objects, you just need to modify them. There are two types of templates, one stored on your computer and the other one designed to be shared with others over the Internet. To store a database on your desktop, select the Desktop task management template. To publish the template on the Internet to be shared with others, choose the Task management template with the globe image.

Use a Template to Create a Database A single-record form enables you to display or enter one record at a time into the table. Many times it is easier to key information into a form rather than a table.

Organize Objects in the Navigation Pane The Navigation Pane groups and displays your objects in a predefined arrangement. The Tables and Related Views category groups objects by the table they are related to. This grouping is helpful because you can easily see which queries, forms, or reports were created for a particular table. If a query, form, or report was created by using more than one table, each table group will display that object.

Create a New Table in a Database Created with a Template Redundant information in database tables is not good database design. Because the data is duplicated, it is too easy to miss changes and key inaccurate information. When there is redundant information, it is a sign that a new table should be created. To create a new table, click Table in the Tables group on the Create tab.

Print a Report and a Table Professional looking reports can be created, formatted, and printed. It is a good policy to use Print Preview to determine whether the table or report will print all the information accurately or if adjustments should be made.

Summary A database is a collection of data Databases can be created from scratch, by using a template, or a custom web app template Define data types and name the fields before entering records Tables, Forms, Queries, and Reports are objects used in Access A database is a collection of data which is facts about people, events, things, or ideas. Databases can be created from scratch by using the blank desktop database, a template that contains prebuilt tables, queries, forms, and reports, or a custom web app template. Before entering records in a table, which is the foundation of a database, you must define data types and name the fields. Common data types are Short Text, Currency, Number, and Date/Time. Forms can be used to enter data into a table or view the data in a table. Queries are used to retrieve specific information from tables, and reports display information from tables in a professional-looking format.

Questions ?

Copyright 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.