Introduction to MS Access. Creating a New Database File/New –Blank database –New database name and location.

Slides:



Advertisements
Similar presentations
Database Design Week 10.
Advertisements

Access Lesson 2 Creating a Database
Database A collection of related information stored on a computer and organized in a manner that allows access, retrieval, and use of that data.
ISP 121 Week 1 Introduction to Databases. ISP 121, Winter Why a database and not a spreadsheet? You have too many separate files or too much data.
Access Tutorial 1 Creating a Database
Introduction to Database ISYS 263. File Concepts File consists of a group of records. Each record contains a group of fields. –Key field, grouping field,
Creating a Blank Database 1. Open up Microsoft Access 2. Click on Blank document button 3. On the right panel, Specify the location for saving your database.
COMPREHENSIVE Access Tutorial 2 Building a Database and Defining Table Relationships.
Database Basics. Definitions Database Relational database Table Record Field Primary key.
FIRST COURSE Access Tutorial 2 Building a Database and Defining Table Relationships.
Business Computer Information Systems Microsoft Office XP Access Review Lessons 1 through 5.
Tutorial 1 Creating a Database. Objectives Learn basic database concepts and terms Learn basic database concepts and terms Explore the Microsoft Access.
WEEK 11 Database Design. Agenda Hybrid Review Create Tables Add, Edit Data Create Relationships in MS Access 2010 Queries.
Microsoft Access Review for Access Exam. Columns are called FIELDS Rows are called RECORDS Navigation Pane:  On left; used to organize DB objects  Collapsable.
Microsoft Access 2000 Creating Tables and Relationships.
Access Lesson 2 Creating a Database
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 Tutorial 2 Building a Database and Defining Table Relationships
Microsoft Access Data Base Application. A Few Terms Database – A collection of related information. Database – A collection of related information. Field.
® Microsoft Office 2013 Access Building a Database and Defining Table Relationships.
MS Access Tour Sesión # 6. MS Access Tour Database Management System (DBMS): An application software that allows users to create, manipulate, and change.
Microsoft Access 2010 Building and Using Queries.
Lesson 2.  To help ensure accurate data, rules that check entries against specified values can be applied to a field. A validation rule is applied to.
MS-ACCESS BY SANGEETHA PARTHASARATHY Topics to be covered §Comparing Values in Selection Criteria §Calculating Values in a Query §Changing the appearance.
DAY 22: MICROSOFT ACCESS – REVIEW Akhila Kondai November 04, 2013.
Introduction to MS Access. Creating a New Database File/New –Blank database –New database name and location.
® Microsoft Office 2010 Building a Database and Defining Table Relationships.
Using Microsoft Access 56:150 Information System Design.
® Microsoft Office 2013 Access Creating a Database.
Databases,Tables and Forms Access Text by Grauer Chapters 1 & 2.
Unit 5, Lesson 1 Working with Databases. Objectives Identify the parts of the Access screen. Identify the parts of the Access screen. Understand the purpose.
IE 423 – Design of Decision Support Systems Database development – Building Tables
1 Database Systems Introduction to Microsoft Access Part 2.
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.
Introduction to Access 2010 CIS120first.accdb is the database I am creating.
Introduction to Access ISYS 363. Creating a New Database MS Office button/New –Blank database –New database name and location.
Introduction to a Database Defining a database Database window in Access The six items in window: Tables, Queries Forms, Reports, Macros, Modules.
Introduction to Access Chapter 13 pages 1-4. What is a database??? Related information is stored in databases  All SC student information is stored in.
Planning & Creating a Database By Ms. Naira Microsoft Access.
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.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
Study Opportunities1 Database table quiz What is your name?
Pasewark & Pasewark 1 Access Lesson 2 Creating a Database Microsoft Office 2007: Introductory.
Introduction to Access BUS 782. Creating a New Database MS Office button/New –Blank database –New database name and location.
DAY 20: HOMEWORK # 4 OVERVIEW Akhila Kondai October 28, 2013.
USING ACCESS TO SEGMENT SURVEY DATA. OPEN ACCESS You May Need to Search for the Program You May Need to Search for the Program Access is a Database Access.
McGraw-Hill Career Education© 2008 by the McGraw-Hill Companies, Inc. All Rights Reserved. Concept 1 Database – Organized collection of related information.
* Database is a group of related objects * Objects can be Tables, Forms, Queries or Reports * All data reside in Tables * A Row in a Table is a record.
HOMEWORK # 4 OVERVIEW Aliya Farheen Oct
Introduction to Access ISYS 363. Access Objects Tables –Open a table: Double click the table name –Home/View: Datasheet view Design view Queries Forms.
Build a database II: Create tables for a new Access database Create your tables In a relational database, tables store your data. Your data doesn’t “live”
Creating a database - I clicked on blank database and am saving it as books10.mdb. For more information see the practice example under week #1. I am going.
VOCAB REVIEW. A field that can be computed from other fields Calculated field Click for the answer Next Question.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
Microsoft Access 2007 – Level 1
Access Tutorial 1 Creating a Database
Access Creating a Database
Access Creating a Database
Introduction to Computer Science (CIS 101)
Access Tutorial 1 Creating a Database
Access Lesson 2 Creating a Database
Access Lesson 2 Creating a Database
Introduction to Access 2010
Access Tutorial 1 Creating a Database
Access Tutorial 1 Creating a Database
Microsoft Office Illustrated Introductory, Windows XP Edition
Presentation transcript:

Introduction to MS Access

Creating a New Database File/New –Blank database –New database name and location

Access Objects Tables –Create a new table: Create/Table Design –Open a table: Double click the table name –Home/View: Datasheet view Design view Queries –Create a new query: Create/Query Design Others: Forms, Reports

Creating a Table Create/Table Design: –Field name –Field data type Don’t use the AutoNumber type Create a primary key –Don’t use the default ID field for primary key. Enter data

Example: Create an Employee Table Database name: HRdatabase Table name: Employee Table fields: –EmpID: Text, 10 characters –EmpName: Text, 30 characters –Sex: Text, 1 character –HireDate: DateTime field –Salary: Currency field

Create a new Query Create/Query design/Show table –Select fields –Add criteria Sorting Total and subtotal –Query design tools/Total –A Total row is added to the design view –Select function from the total row’s dropdown list

Creating a New Form Using Form Wizard –Create/Form –Create/More Forms/Form Wizard