Introduction to Access 2003

Slides:



Advertisements
Similar presentations
BASIC SKILLS AND TOOLS USING ACCESS
Advertisements

Microsoft Access.
MS-Access XP Lesson 1. Introduction to MS-Access Database Management System Software (DBMS) Store data in databases Database is a collection of table.
MS-Access XP Lesson 2. Input Mask Property 1.Field : Phone No Data Type : Number Input Mask : Character 0 represent a single digit and phone.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 1 Committed to Shaping the Next Generation of IT Experts. Chapter 2: Relational Databases.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 2 1 Microsoft Office Access 2003 Tutorial 2 – Creating And Maintaining A.
Lecture Access – Tables. What are Tables? Records Fields.
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.
Advanced Tables Lesson 9. Objectives Creating a Custom Table When a table template doesn’t suit your needs, you can create a custom table in Design view.
Microsoft Access 2000 Creating Tables and Relationships.
INF1050- Databases In this module you will use Microsoft Access to create digital databases.
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall 1 1. Chapter 2: Relational Databases and Multi-Table Queries Exploring Microsoft Office.
XP New Perspectives on Microsoft Access 2002 Tutorial 51 Microsoft Access 2002 Tutorial 5 – Enhancing a Table’s Design, and Creating Advanced Queries and.
Microsoft Access Data Base Application. A Few Terms Database – A collection of related information. Database – A collection of related information. Field.
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 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.
Management Information Systems MS Access MS Access is an application software that facilitates us to create Database Management Systems (DBMS)
XP New Perspectives on Microsoft Access 2002 Tutorial 21 Microsoft Access Tutorial 2 – Creating And Maintaining A Database.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 2 1 Microsoft Office Access 2003 Tutorial 2 – Creating And Maintaining A.
Database Systems Microsoft Access Practical #1 Creating Tables Nos 215.
CIS 250 Advanced Computer Applications Introduction to Access.
MS Access 2007 Management Information Systems 1. Overview 2  What is MS Access?  Access Terminology  Access Window  Database Window  Create New Database.
CSC 240 (Blum)1 Introduction to Data Entry, Queries and Reports.
This is the first screen you will encounter. Select Blank Database.
® Microsoft Office 2013 Access Creating a Database.
Databases,Tables and Forms Access Text by Grauer Chapters 1 & 2.
McGraw-Hill/Irwin © The McGraw-Hill Companies, All Rights Reserved TECHNOLOGY PLUG-IN T6 Basic Skills Using Access.
A Skills Approach Access 2010 Working with Tables © 2012 The McGraw-Hill Companies, Inc. All rights reserved Chapter 2.
INFORMATION TECHNOLOGY DATABASE MANAGEMENT. Adding a new field 1Right click the table name and select design view 2Type the field information at the end.
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.
Introduction to a Database Defining a database Database window in Access The six items in window: Tables, Queries Forms, Reports, Macros, Modules.
You can sort Access data so you can view records in the order you want to view them, and you can filter data so you only see the records you want to see.
Microsoft Office 2013: In Practice Chapter 2 Using Design View, Data Validation, and Relationships Copyright © 2014 by The McGraw-Hill Companies, Inc.
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 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.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
Modify Tables and FieldsModify Tables and Fields Lesson 4 © 2014, John Wiley & Sons, Inc.Microsoft Official Academic Course, Microsoft Word Microsoft.
MSOffice Access Microsoft® Office 2010: Illustrated Introductory 1 Part 1 ® Database & Table.
Microsoft Access Prepared by the Academic Faculty Members of IT.
Access Module Implementing a Database with Microsoft Access A Great Module on Your CD.
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.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall. 1 Skills for Success with Microsoft ® Office 2007 PowerPoint Lecture to Accompany.
Copyright © 2014 Pearson Canada Inc. Ext. 5b-1 Copyright © 2014 Pearson Canada Inc. Application Extension 5b Using Microsoft Access Part 2: Using Information.
Creating a database table
Microsoft Access 2007 – Level 1
Practical Office 2007 Chapter 10
and Defining Table Relationships
Building a User Interface with Forms
Introduction to Microsoft Access
Access Creating a Database
Enhancing Forms with OLE Fields, Hyperlinks, and Subforms
Access Creating a Database
MODULE 7 Microsoft Access 2010
Creating and Modifying Queries
Modifying Tables and Fields
Microsoft Official Academic Course, Access 2016
Data Types and Field Properties
Introduction to Database Programs
Microsoft Office Access 2003
Access Tutorial 2 Building a Database and Defining Table Relationships
Access Tutorial 2 Building a Database and Defining Table Relationships
King Saud University College of Business Administration Management Information Systems MS ACCESS.
Microsoft Office Illustrated Introductory, Windows XP Edition
Introduction to Database Programs
Guidelines for Microsoft® Office 2013
Grauer and Barber Series Microsoft Access Chapter Two
Presentation transcript:

Introduction to Access 2003 CSC 240 (Blum)

Click on the Access desktop icon or go to Start/Programs/Microsoft Office/Microsoft Office Access 2003 Click on Create a new file … CSC 240 (Blum)

Click on Blank database … CSC 240 (Blum)

In the File New Database dialog box, use the Save in drop down box to select a location and the File name textbox to name your database and Click the Create button CSC 240 (Blum)

Double click on Create table in Design view CSC 240 (Blum)

Start entering fields for a Customer table Start entering fields for a Customer table. Start with a CustomerID which will serve as a primary key. CSC 240 (Blum)

Data Types Help CSC 240 (Blum)

Data Types Help (Cont.) CSC 240 (Blum)

Some Choices We have to select a Data Type for this field. We will select Text. Another possibility is AutoNumber – this choice guarantees uniqueness and is generated automatically, but it is also out of one’s control and can lead to problems/confusions. CSC 240 (Blum)

Click in the Data Type textbox and use the drop-down list to select the type. Then enter a description. CSC 240 (Blum)

Right click in the gray area at the beginning of the row and select Primary key from the context menu. CSC 240 (Blum)

Next change the Field Size to 7 and the Required to Yes and Allow Zero Length to No CSC 240 (Blum)

Enter other customer fields as shown CSC 240 (Blum)

To require or not to require One would certainly not require CustomerStreetAddress2, but one might consider setting the Require property of the other fields to Yes. Requiring a field can help ensure that the data is complete, but it can lead to some very unforgiving data entry scenarios. CSC 240 (Blum)

When adding a field for the customer’s phone number, we might want to use an Input Mask. Click in the Input Mask textbox and click the ellipsis (…) button that appears. You will be prompted to save the table. CSC 240 (Blum)

Enter a name for the table and click OK. CSC 240 (Blum)

Select the Phone Number choice from the Input Mask list of the Input Mask Wizard and click the Next button. CSC 240 (Blum)

The parentheses, space and hyphen appear automatically, the 9’s means that the area code is optional, the zero mean the rest of the numbers are required. CSC 240 (Blum)

Message I got because I did not supply all of the required numbers when entering an example in the Try it box. CSC 240 (Blum)

Decide how number will be stored. CSC 240 (Blum)

Finished mask from Wizard. CSC 240 (Blum)

Oops forgot the zipcode Oops forgot the zipcode! Place the cursor in the PhoneNumber row and go to Insert on the menu and choose Rows. CSC 240 (Blum)

Go through Input Mask Wizard to obtain Input Mask for a zipcode. CSC 240 (Blum)

Add a CustomerEmail field and click Save CSC 240 (Blum)

If we wanted to start entering Customer data, we would go over to Datasheet view found under the View button. CSC 240 (Blum)

Datasheet view of Customer table CSC 240 (Blum)

Instead start designing an Order table, the first field is an OrderID which will serve as a primary key for the table. CSC 240 (Blum)

Foreign keys Next we establish the relationship “customer places order.” This is a “one-to-many” relationship. One customer may place many orders, but an order is placed by just one customer. This is done by making the next field on the Order table the ID of the Customer who has made the order. In the Customer table, CustomerID is a primary key, but here in the Order table it is known as a foreign key. CSC 240 (Blum)

Use the drop-down box in the Data Type area to select the Lookup Wizard. CSC 240 (Blum)

One can use the second option to provide a set of acceptable values for a field, but in this case we want to get values from the Customer table. CSC 240 (Blum)

Later on we can look up the results of queries but at this time we only have tables. CSC 240 (Blum)

Use the arrow button to send over the CustomerID as well as CustomerLastName and CustomerFirstName CSC 240 (Blum)

While the data entry person is looking up a CustomerID, they will be looking at customer names, so let us put them in alphabetic order. Use the drop-down boxes to choose the appropriate fields. CSC 240 (Blum)

Note the Hide key column checkbox, the data entry person will see the customer name (and not the key) although they are looking up the key. CSC 240 (Blum)

Select a label for column in Order table. Click Finish. CSC 240 (Blum)

Using a Lookup is establishing a relationship and that the table involved in that relationship has to be saved before the relationship can be established. Click Yes. CSC 240 (Blum)

Add OrderShippingCost and OrderTotalCost fields Add OrderShippingCost and OrderTotalCost fields. They should be of the Currency type. CSC 240 (Blum)

Calculated Fields? It may be that the OrderShippingCost or the OrderTotalCost can be calculated from other information stored about the order. And you might read somewhere that you should not store “calculated fields.” But there are at least two reasons not to follow that advice here. Sheer convenience. These are important quantities that one wants to view readily without looking up all of the information required for the calculation. The calculation might change but the customer pays based on the calculation made at the time of the order. CSC 240 (Blum)

Add OrderPaymentMethod field (could make should list of possibilities using Lookup Wizard) and OrderShipped field which will be of a Yes/No (Boolean) type. CSC 240 (Blum)

Shipping Address One could add fields for the shipping address and a yes/no field asking whether the shipping and customer addresses are the same. But a customer may place many orders all with the same shipping address which is different from the customer’s address. If the shipping address is in the Order table, the same address may have to be entered over and over. This is known as data redundancy and database design tries to minimize it. For now we will pretend the customer address and shipping address are the same until we are ready to address this issue. CSC 240 (Blum)

Add fields for when the order was placed and when it was shipped, these should be of the Date/Time type. CSC 240 (Blum)

Save the Order table and start designing an Item table Save the Order table and start designing an Item table. Note the ItemDescription is of the Memo type. CSC 240 (Blum)

The OrderLine or ItemLine or ItemInOrder Table An order may contain many different items, an item may be part of many different orders. Thus the order-item relationship is “many-to-many.” The many-to-many relationship is realized by having a separate table. (Our previous tables corresponded to entities.) If you had an order form, the data in this table would correspond to a single line on that form. Thus the table is often called the OrderLine or ItemLine table. If you want the table named after the relationship it is establishing, you might call it the ItemInOrder table. CSC 240 (Blum)

Start the new table, the first field in the table is a foreign key establishing the relationship to the Order table. CSC 240 (Blum)

Unlike the customer lookup where we show the customer name but look up the ID, with order we will use just the ID. To finish off the Lookup Wizard, our new table must be saved. We get a prompt here because we have not yet established a primary key for this table. Let us put this off, so click No here. CSC 240 (Blum)

The second field is the ItemID, again use the Lookup Wizard – this time one can select both the ID and name fields. CSC 240 (Blum)

Multiple-field primary key help. CSC 240 (Blum)

How to select a multiple-field primary key CSC 240 (Blum)

Primary Key button CSC 240 (Blum)

Add ItemPrice and QuantityOrdered fields of Currency and Number types respectively. Because of sales, discounts, and changing prices, we place price in this table instead of in the Item table. CSC 240 (Blum)

We can get a picture of what we have accomplished so far by clicking on the Relationships button. CSC 240 (Blum)

Relationships CSC 240 (Blum)

Cementing relationships The relationships between the tables came from using the Lookup Wizard. In DataSheet view, the user will be presented with a drop-down list of choices from the related table. However, at this stage the data entry person is free to enter a result that is not found in the other table. There is a way to insist that the foreign keys must match the primary keys of the related table. CSC 240 (Blum)

Right click on the line that represents the relationship and choose Edit Relationship. CSC 240 (Blum)

Check the Enforce Referential Integrity checkbox if you want to insist that the foreign key must match a corresponding primary key. Click OK. Then the data entry person will get errors if this is not the case. CSC 240 (Blum)

The relationship is now shown in bold. CSC 240 (Blum)