1 By: Nour Hilal. Microsoft Access is a database software where data is stored in one or more Tables. A Database is a group of related Tables. Access.

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

Computer Concepts BASICS 4th Edition
Benchmark Series Microsoft Access 2010 Level 1
Microsoft Office 2007 Access Chapter 3 Maintaining a Database.
Concepts of Database Management Seventh Edition
Concepts of Database Management Sixth Edition
Access Lesson 2 Creating a Database
Access - Project 1 l What Is a Database? –A Collection of Data –Organized in a manner to allow: »Access »Retrieval »Use of That Data.
Microsoft Office 2007 Access Chapter 2 Querying a Database.
Chapter 1 Databases and Database Objects: An Introduction
Access Tutorial 3 Maintaining and Querying a Database
Microsoft Access 2003 Introduction To Microsoft Access 2003.
Access Tutorial 1 Creating a Database
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.
FIRST COURSE Access Tutorial 2 Building a Database and Defining Table Relationships.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 1 1 Microsoft Access 2003 Tutorial 1 – Introduction To Microsoft Access 2003.
Access Tutorial 3 Maintaining and Querying a Database
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
Tutorial 1 Creating a Database. Objectives Learn basic database concepts and terms Learn basic database concepts and terms Explore the Microsoft Access.
Chapter 2 Querying a Database
Chapter 3 Maintaining a Database
Maintaining and Querying a Database Microsoft Access 2010.
ACCESS CHAPTER 1. OBJECTIVES Tables Queries Forms Reports Primary and Foreign Keys Relationship.
Access Lesson 2 Creating a Database
Chapter 2 Querying a Database MICROSOFT ACCESS 2010.
1 Access Lesson 1 Microsoft Access Basics Microsoft Office 2010 Introductory.
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.
® Microsoft Office 2013 Access Building a Database and Defining Table Relationships.
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.
Lesson 17 Getting Started with Access Essentials
® Microsoft Office 2010 Access Tutorial 3 Maintaining and Querying a Database.
Microsoft Office 2007 Access Chapter 2 Querying 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.
MS-ACCESS BY SANGEETHA PARTHASARATHY Topics to be covered §Comparing Values in Selection Criteria §Calculating Values in a Query §Changing the appearance.
Concepts of Database Management Seventh Edition
® Microsoft Office 2010 Access Tutorial 3 Maintaining and Querying a Database.
Key Applications Module Lesson 21 — Access Essentials
Chapter 17 Creating a Database.
XP New Perspectives on Microsoft Access 2002 Tutorial 1 1 Microsoft Access 2002 Tutorial 1 – Introduction To Microsoft Access 2002.
® Microsoft Office 2010 Building a Database and Defining Table Relationships.
XP New Perspectives on Microsoft Access 2002 Tutorial 1 1 Microsoft Access 2002 Tutorial 1 – Introduction To Microsoft Access 2002.
® Microsoft Office 2013 Access Creating a Database.
® Microsoft Access 2010 Tutorial 3 Maintaining and Querying a Database.
Access  Getting Started  Creating Tables  Designing Tables Worksheet #8.
COMPREHENSIVE Access Tutorial 3 Maintaining and Querying a Database.
Microsoft Office XP Illustrated Introductory, Enhanced Tables and Queries Using.
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.
® Microsoft Office 2013 Access Maintaining and Querying a Database.
Access Forms and Queries. Entering Data in Your Table  You can add data to your table in Datasheet view, by typing in the columns and rows.  This.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 7 1 Microsoft Office FrontPage 2003 Tutorial 8 – Integrating a Database with a FrontPage.
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.
Key Applications Module Lesson 22 — Managing and Reporting Database Information Computer Literacy BASICS.
MSOffice Access Microsoft® Office 2010: Illustrated Introductory 1 Part 1 ® Database & Table.
MSOffice Access Microsoft® Office 2010: Illustrated Introductory 1 Part 2 ® Building Queries.
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.
VOCAB REVIEW. A field that can be computed from other fields Calculated field Click for the answer Next Question.
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
Access Tutorial 2 Building a Database and Defining Table Relationships
Access Maintaining and Querying a Database
Access Tutorial 3 Maintaining and Querying a Database
Access Creating a Database
Access Creating a Database
Access Maintaining and Querying a Database
Access Lesson 2 Creating a Database
Introduction to Access
Assignment 3 Querying and Maintaining a Database
Presentation transcript:

1 By: Nour Hilal

Microsoft Access is a database software where data is stored in one or more Tables. A Database is a group of related Tables. Access Database file extension is.accdb 2

3

Access Database has different objects that are used to Store, Manipulate and Retrieve Data from the Database. Commonly used objects are: 1.Table. 2.Form. 3.Query. 4

5 Create blank desktop database

To create a Blank desktop database, click on the File tab:  Click on New.  Click Blank desktop database.  Enter a file name in the textbox and navigate to the appropriate folder to save the database.  Click OK.  Click Create. 6

To open an existing database click on the File tab:  Click on Open.  Click Computer.  Click Browse, and select your database, then click Open.  Click enable content in the security warning bar, under the ribbon. 7 Solve Activity 1.1.1

– A Table is a collection of records about an entity (a person, place, or thing). (Eg. Student, Product, Patient, etc) – The Table in Access consists of Rows and Columns. – Every Column is referred to as a Field and every Row is referred to as a Record. – A Record is a group of related fields. – A Field is a specific item in a Table, defined by a Data Type. (Eg. Name, nationality, Tel Num, etc..) – A Table is the basic element in any Database. 9

There are two different ways to view a table. Datasheet View - looks like a grid that contain fields and records. In the Datasheet view, you can view, add, edit and delete records. Design View - is a detailed view of the table’s structure. The Design View is used to create, modify and delete fields. 10 Solve Activity 1.1.2

11 Table NameNavigation bar Records New Record

12 Fields Field Properties Table Name Data Type for each field

Tables can be created by: – Open Create tab. – Press on Table Design. – In Table Design View window, insert fields’ names and data types. – Save the table. 13

14 Solve Activity 2.1.4

15

16 Primary key is the field that uniquely identifies each record in a table. Setting a field as a primary key will not allow any empty or replicated values in that field. How to set a primary key?: Select the requested field, then press on primary key button in Design tab. Primary key button Solve Activity 2.1.2

17 The field’s Data Type determines the type of data that can be entered and the operations that can be performed on that data, and its Field Properties determine how the field looks and behaves. 1.Field Size: Determines the maximum number of characters of a text field, or the format of a number field. 2.Caption: Enables an alternate name to be displayed other than the field name; alternate names appears in datasheets, forms and reports. 3.Default Value: Automatically displays a specified value for a field, in a new record. (E.g. Nationality as “SAUDI”)

To enter data in the table: Open the table in Datasheet view. Type the data in the fields. 18 Solve Activity 2.2.4

19

20 Using sort will list the records in a specific sequence. Ascending sorts text data in alphabetical order or numbers from lowest to highest. Descending sorts text data in reverse alphabetical order or numbers from highest to lowest. Solve Activity 1.2.4

A Query lets you to set up criteria (search condition) and retrieve specific data from the Table. It is like a question that you ask about the data. For example, how many students got an A grade? The answer is shown in the query results. It can be used to display only records that meet certain conditions and only for certain fields. 21

To create a query: Open Create tab. Press on Query Design. Select the desired table from the table window, press Add then Close. In the query design view, double click the desired fields to be added in the query design grid (you will see the fields being added on the bottom half of the window) 22

23 The Query Design view is used to create queries. The Query Design view is divided into two parts: The top portion displays the tables. The bottom portion (query design grid) displays the fields and the criteria.

Field Row - displays the field name. Table Row - displays the data source. Sort Row - enables you to sort in ascending or descending order. Show Row - controls whether the field will be displayed in the query results. Criteria Row - is used to set the rules that determine which records will be selected. 24

25 A comparison operator such as equal (=), not equal (<>), greater than (>), less than ( =), and less than or equal to(<=) can be used in the criteria of a query. Comparison operators enable you to limit the query results to only those records that meet the criteria.

26 The logical operators are used when questions are more specific and require queries with multiple criteria. When the criteria are in the same row of the query design grid, Access interprets the instructions using the AND operator. This means that the query results will display on the records that match all criteria. When you have multiple sets of criteria and you need to satisfy one set only, use the OR criterion. The query results will display records that match any of the specified criteria. The NOT logical operator returns all records except the specified criteria.

27 Use Design view to specify the criteria; your results will be displayed in Datasheet view. The results of the query are shown in Datasheet view, as seen in the bottom image.

There are several ways to run a query 1 st Method - Click Run in Design view 2 nd Method - Double-click on the Query name in the Navigation Pane 28 Solve Activity 2.3.2

A Form lets you display, enter and edit data, one record at a time. Three main reasons to use a form: 1.Less likely to edit the wrong record by mistake. 2.Data can be shown from multiple tables simultaneously. 3.Access can create forms to match paper forms. 29

30