Lecture Access – Tables. What are Tables? Records Fields.

Slides:



Advertisements
Similar presentations
Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
Advertisements

Access - Project 1 l What Is a Database? –A Collection of Data –Organized in a manner to allow: »Access »Retrieval »Use of That Data.
Database A collection of related information stored on a computer and organized in a manner that allows access, retrieval, and use of that data.
© Steven Alter, 2007, all rights reserved Database concepts Difference between a database and the Internet Reason for having a defined data structure Relational.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 2 1 Microsoft Office Access 2003 Tutorial 2 – Creating And Maintaining A.
Creating And Maintaining A Database. 2 Learn the guidelines for designing databases When designing a database, first try to think of all the fields of.
Data Types and Field Properties 5.01 Understand database tables used in business.
Tables. Any database must contain one or more tables, because that’s where the data is stored. For any table there are two views provided: Datasheet view.
Data Types and Field Properties 5.01 Understand database tables used in business.
Database terms Mr. Brunton.
Microsoft Access 2000 Creating Tables and Relationships.
Introduction to Access By Mary Ann Chaney and Alicia Harkleroad.
© 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.
Access 2007 Database Application Managing Business Information Effectively BCIS 1 and 2.
Access Tutorial 2 Building a Database and Defining Table Relationships
1 Lesson 22 Getting Started with Access Essentials Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
 A database is a collection of data that is organized so that its contents can easily be accessed, managed, and updated. What is Database?
DATABASE DESIGN USING MICROSOFT ACCESS. What is a Database?  DMS Database management system  Database Collection of data organized in a manner that.
McGraw-Hill/Irwin ©2009 The McGraw-Hill Companies, All Rights Reserved Business Driven Information Systems 2e Plug-In T6: Basic Skills and Tools Using.
Lesson 17 Getting Started with Access Essentials
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 2 1 Microsoft Office Access 2003 Tutorial 2 – Creating And Maintaining A.
WEEK 11 Database Design. TABLE INSTANCE CHARTS Create Tables.
® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 23 Getting Started with Access Essentials 1 Morrison / Wells / Ruffolo.
Microsoft Office 2007 Access Chapter 3 Maintaining a Database.
Using Microsoft Access 56:150 Information System Design.
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?
Databases,Tables and Forms Access Text by Grauer Chapters 1 & 2.
XP Chapter 2 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Building The Database Chapter 2 “It is only the farmer.
A Skills Approach Access 2010 Working with Tables © 2012 The McGraw-Hill Companies, Inc. All rights reserved Chapter 2.
Access  Getting Started  Creating Tables  Designing Tables Worksheet #8.
Copyright 2007, Paradigm Publishing Inc. ACCESS 2007 Chapter 3 BACKNEXTEND 3-1 LINKS TO OBJECTIVES Modify a Table – Add, Delete, Move Fields Modify a Table.
CSC 240 (Blum)1 Introduction to Access CSC 240 (Blum)2 Click on the Access desktop icon or go to Start/Programs/Microsoft Office/Microsoft Office.
Data Types and Field Properties 5.01 Understand database tables used in business.
Data Types and Field Properties continued… Understand database tables used in business.
Microsoft Office 2013: In Practice Chapter 2 Using Design View, Data Validation, and Relationships Copyright © 2014 by The McGraw-Hill Companies, Inc.
Relational Database Techniques
CSC 240 (Blum)1 Introduction to Access CSC 240 (Blum)2 Click on the Access desktop icon or go to Start/All Programs/Microsoft Office/Microsoft Office.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
Lesson 4.  After a table has been created, you may need to modify it. You can make many changes to a table—or other database object—using its property.
Work with Tables and Database Records Lesson 3. NAVIGATING AMONG RECORDS Access users who prefer using the keyboard to navigate records can press keys.
Pasewark & Pasewark 1 Access Lesson 2 Creating a Database Microsoft Office 2007: Introductory.
Database design Using Access 2007
McGraw-Hill Career Education© 2008 by the McGraw-Hill Companies, Inc. All Rights Reserved. Concept 1 Database – Organized collection of related information.
Modify Tables and FieldsModify Tables and Fields Lesson 4 © 2014, John Wiley & Sons, Inc.Microsoft Official Academic Course, Microsoft Word Microsoft.
Ennis-Cole, AC 2.01, CECS Maintaining A Database By: Dr. Ennis-Cole.
Microsoft Office 2013 Try It! Chapter 4 Storing Data in Access.
Microsoft Access Prepared by the Academic Faculty Members of IT.
Access Queries and Forms. Adding a New Field  To insert a field after you have saved your table, open Access, and open the table  It is easier to add.
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.
Access Test Questions Test Date: 05/05/16. Chapter 1 (Lynda.com) Question 1 An access database uses five main components (database objects). Which is.
Notes: **A Row is considered one Record. **A Column is a Field. A Database is…  an organized set of stored information usually on one topic  a collection.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
COMPUTER SKILLS MS-ACCESS. Introduction Access is a piece of software known as a database management system. At its most basic level, it can be used to.
To play, start slide show and click on circle Access 1 Access 2 Access 3 Access 4 Access Access
Microsoft Access 2007 – Level 1
Data Types and Field Properties
Introduction to Access 2003
Data Types and Field Properties
Data Types and Field Properties
Microsoft Office Illustrated Introductory, Windows XP Edition
Access Test Questions Test Date: 05/05/16.
Data Types and Field Properties
Data Types and Field Properties
Lecture 2 Lecturer: awdang aziz MS access
Data Types and Field Properties
Data Types and Field Properties
Presentation transcript:

Lecture Access – Tables

What are Tables? Records Fields

Creating a New Table Access Create Ribbon 2.Table Design

Adding Fields The name of the Field to be used throughout the Database. Field names must be unique per table. Avoid using spaces, and be careful with your spelling.

Field Data Types Data Types specify the kind of information that is going into each Field. This helps keep the data consistent, so that you can use it later in Reports and Queries. What good is a Number field if someone types text into it, right?

Field Data Types (cont.) Text Memo Number Date/Time Currency AutoNumber Yes/No Press F1 while choosing a Data Type for help on the available choices!help

Field Properties Each Field, in addition to its Data Type, has a number of Properties that can further define its behavior. A text field, for example, can be limited in its size, be required, have a default value, etc. This can help your users save time and ensure your data stays clean. Help on each Property appears here.

Field Properties (cont.) Field Size Format Decimal Places Input Mask Default Value Required These are the more common Field Properties. Your choice of Field Properties will depend on the Data Type you are modifying.

Primary Keys The AutoNumber datatype is great for primary keys because they are automatically assigned as new records are added, and cannot be changed. When you save a Table for the first time, Access will recommend you designate a Primary Key.

Viewing Table Data Toggles between Design and View mode. Double-Click

Editing Table Data “Empty” record ready for data Edit data just like Excel. Record navigation and count.

Column Width

Sorting

Access with Excel Access and Excel “talk” to each other: –Importing –Exporting –Linking

Importing from Excel

Importing from Excel (cont.) Do not import the FullName or Location columns.

Table Relationships Databases almost always have multiple tables that are all related. Customers Line Items Payments Invoices Employees

Relationships in Access Databases store the Relationships between tables to keep things straight. When a Lookup is defined for a field, a Relationship is automatically created. In Access, Relationships are displayed with the Relationships toolbar icon.

Relationships in Access

Lookup Fields Create a drop-down menu Menu choices can be linked to other tables (dynamic) or specified (static) Used to link records across tables, ie: –Invoice to Customer –Employee to Invoice Can require user to choose from your list (great for consistency)

Lookup Fields (cont.) In our Orders table, we want the ProductID field to be a drop- down choice based on the Products table. We want to show the Product Name but store the ProductID number.

Helpful Hints Always have a Primary Key ZIP Codes and Phone Numbers are Text Double-check your spelling Spaces matter, CAPS do not Percentages are Numbers, with field size Single, and.00% as inputmask Test a Lookup as soon as you make it

Close Access BEFORE you upload Temp “locked file” open Access must be closed to effectively close this file If you upload while Access is open, the database becomes damaged and unusable.