1 Database Systems Introduction to Microsoft Access Part 1.

Slides:



Advertisements
Similar presentations
Objectives Create an action query to create a table
Advertisements

XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 2 1 Microsoft Office Access 2003 Tutorial 2 – Creating And Maintaining A.
Microsoft Access Project Five Enhancing Forms with OLE Fields, Hyperlinks, and Subforms.
COMPREHENSIVE Access Tutorial 2 Building a Database and Defining Table Relationships.
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.
FIRST COURSE Access Tutorial 2 Building a Database and Defining Table Relationships.
1 Computing for Todays Lecture 16 Yumei Huo Fall 2006.
Chapter Extension 6 Using Microsoft Access © 2008 Pearson Prentice Hall, Experiencing MIS, David Kroenke.
Access Tutorial 2 Building a Database and Defining Table Relationships
Press Esc to Exit ©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in.
® Microsoft Office 2013 Access Building a Database and Defining Table Relationships.
Microsoft Access 2003 Define some key Access terminology: Field – A single characteristic or attribute of a person, place, object, event, or idea. Record.
® Microsoft Office 2010 Access Tutorial 2 Building a Database and Defining Table Relationships.
XP New Perspectives on Microsoft Office Access 2003 Tutorial 9 1 Microsoft Office Access 2003 Tutorial 9 – Using Action Queries, and Defining Table Relationships.
XP New Perspectives on Microsoft Access 2002 Tutorial 21 Microsoft Access Tutorial 2 – Creating And Maintaining A Database.
XP 1 Microsoft Access 2003 Introduction To Microsoft Access 2003.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 2 1 Microsoft Office Access 2003 Tutorial 2 – Creating And Maintaining A.
Key Applications Module Lesson 21 — Access Essentials
® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.
Press Esc to Exit ©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in.
® Microsoft Office 2010 Building a Database and Defining Table Relationships.
Using Microsoft Access 56:150 Information System Design.
Tutorial 9 Using Action Queries and Advanced Table Relationships.
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.
1 Database Systems Introduction to Microsoft Access Part 2.
Course ILT Forms and queries Unit objectives Create forms by using AutoForm and the Form Wizard, and add or modify form headers and footers Open and enter.
Actions Queries. Understanding Action Queries  Action queries are a way to make corrections to database. They can make an enormous mess of database if.
1 MIS309 Database Systems Introduction to Microsoft Access.
CS 281 – Fall 2015 Lab 4 Parametric Query and Forms in MS Access.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
Ennis-Cole, AC 2.01, CECS Maintaining A Database By: Dr. Ennis-Cole.
IT – som værktøj Bent Thomsen Institut for Datalogi Aalborg Universitet.
COMPREHENSIVE Access Tutorial 1 Creating a Database.
® Microsoft Access 2010 Tutorial 9 Using Action Queries and Advanced Table Relationships.
CS 281 – Fall 2010 Lab 4 Parametric Query and Forms in MS Access.
XP New Perspectives on Microsoft Office Access 2003 Tutorial 4 1 Microsoft Office Access 2003 Tutorial 4 – Creating Forms and Reports.
® Microsoft Access 2010 Tutorial 9 Using Action Queries and Advanced Table Relationships.
Access Tutorial 2 Building a Database and Defining Table Relationships
Tutorial 1 Creating a Database
Using Macros, Switchboards, PivotTables, and PivotCharts
Access Tutorial 1 Creating a Database
Practical Office 2007 Chapter 10
End of Access Exam Review.
Basic Database Concepts
Objectives Query for top values Create a parameter query
Microsoft Office Access 2003
Objectives Create an action query to create a table
Access Creating a Database
Microsoft Office Illustrated Fundamentals
Creating and Using a Database
Microsoft Access 2003 Illustrated Complete
Access Creating a Database
Tutorial 1 – Introduction To Microsoft Access 2003
Access Tutorial 1 Creating a Database
Tutorial 1 – Introduction To Microsoft Access 2003
Access Tutorial 1 Creating a Database
Chapter 1 Databases and Database Objects: An Introduction
Microsoft Office Access 2003
Access Tutorial 2 Building a Database and Defining Table Relationships
Access Review.
Access Tutorial 2 Building a Database and Defining Table Relationships
Access Tutorial 1 Creating a Database
Creating forms by ‘AutoForm’
Access Tutorial 1 Creating a Database
Grauer and Barber Series Microsoft Access Chapter Two
Creating a simple query in the Design View
Query-by-Example Transparencies
Tutorial 9 Using Action Queries and Advanced Table Relationships
Presentation transcript:

1 Database Systems Introduction to Microsoft Access Part 1

2 Introduction In its simplest form, Access is a database application It uses a relational database management model, which means you can relate each piece of information to other pieces of information by joining them.

3 Create Tables By using wizard By entering data By design view – specify field name, data type – set general attributes – set primary key

4 Establish Relationships Click the relationships button on the toolbar Tables are related by matching fields.

5 Types of Queries Select query Update query Append query Delete query

6 Create Queries By using wizard – select table, fields – Not convenient to design complex query By design view By SQL view – Input SQL sentence directly

7 Microsoft Access

8 Defining a New Data Base

9 Naming the Data Base File Name OK Change Name/Directory

10 The New Data Base

11 Tables Row or Record Fields General Relational Data base Table IdNameAgeAddress 214Jones251 New St, Malvern Key Field (Indexed)

12 Access Table

13 Define Fields in Table

14 Add The Name Field

15 Select Field Type

16 Set the Field’s Parameters

17 Name as Primary Key

18 Define the Image Field Select OLE Object

19 Image Parameters

20 Click to Save the Table Click Yes

21 Name the Table

22 Table1 is now in the Database

23 Select Forms Select New Form

24 Associate Form with Table Relate Form To Table

25 Create Form for Table1 Select Form Wizard

26 Select AutoForm

27 New Form -Run Mode

28 Close the Form

29 Save the Form Select Yes

30 Name the Form

31 Form is part of the Database Form in Database

32 Modify the Form

33 Delete the Current Title Click The Title and Press Delete

34 Select A in ToolBox for Title

35 Properties

36 Save the Change

37 Run The Form Click Open or Double Click The Form

38 Add an Image Record

39 Type in the Name

40 Select ClipArt File

41 Copy Butterfly to Clipboard

42 Paste Butterfly to Image

43 The Butterfly goes to Image

44 Enter Next Record

45 Insert Object Right Mouse Click

46 Select Object Type

47 Select Graph

48 Graph

49 Clip Art

50 Cartoon

51 Add a “Next” Button

52 Name the Button

53 The Button Event

54 Exit Button

55 Name the “Exit” Button

56 The Exit Button

57 End of Lecture