® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

41
® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships

Transcript of ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

Page 1: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

®

Microsoft Access 2010

Tutorial 2

Building a Database and Defining Table Relationships

Page 2: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPObjectives• Learn the guidelines for designing databases

and setting field properties• Modify the format of a field in Datasheet view• Create a table in Design view• Define fields and specify a table’s primary key• Modify the structure of a table

New Perspectives on Microsoft Access 2010 2

Page 3: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPObjectives• Import data from an Excel worksheet• Create a table by importing an existing table

structure• Add fields to a table with the Data Type gallery• Delete, rename, and move fields• Add data to a table by importing a text file• Define a relationship between two tables

New Perspectives on Microsoft Access 2010 3

Page 4: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPTable Window in Design View

New Perspectives on Microsoft Access 2010 4

Page 5: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPGuidelines for Designing Databases• Identify all the fields needed to produce the

required information• Organize each piece of data into its smallest

useful part• Group related fields into tables• Determine each table’s primary key• Include a common field in related tables• Avoid data redundancy• Determine the properties of each field

New Perspectives on Microsoft Access 2010 5

Page 6: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXP

New Perspectives on Microsoft Access 2010 6

Guidelines for Setting Field Properties• You must name each

field, table, and other object

• Choose an appropriate data type

Page 7: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPGuidelines for Setting Field Properties• The Field Size property defines a field value’s

maximum storage size for Text, Number, and AutoNumber fields only–Byte– Integer– Long Integer– Single–Double–Replication ID–Decimal

New Perspectives on Microsoft Access 2010 7

Page 8: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPChanging the Format of a Field in Datasheet View

New Perspectives on Microsoft Access 2010 8

Page 9: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPCreating a Table in Design View

New Perspectives on Microsoft Access 2010 9

• Creating a table in Design view involves entering the field names and defining the properties for the fields, specifying the primary key, and saving the table structure

Page 10: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPDefining a Field in Design View• In the Field Name box, type the name for the

field, and then press the Tab key• Accept the default Text data type, or click the

arrow and select a different data type for the field. Press the Tab key

• Enter an optional description for the field, if necessary

• Use the Field Properties pane to type or select other field properties, as appropriate

New Perspectives on Microsoft Access 2010 10

Page 11: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPDefining a Field in Design View

New Perspectives on Microsoft Access 2010 11

Page 12: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPSpecifying the Primary Key in Design View• Display the table in Design view• Click in the row for the field you’ve chosen to

be the primary key to make it the active field. If the primary key will consist of two or more fields, click the row selector for the first field, press and hold down the Ctrl key, and then click the row selector for each additional primary key field

• In the Tools group on the Design tab, click the Primary Key button

New Perspectives on Microsoft Access 2010 12

Page 13: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPSpecifying the Primary Key in Design View

New Perspectives on Microsoft Access 2010 13

Page 14: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPMoving a Field• To move a field, you use the mouse to drag it

to a new location in the Table window in the Table Design grid

New Perspectives on Microsoft Access 2010 14

Page 15: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPAdding a Field Between Two Existing Fields• In the Table window in Design view, select the

row below where you want the new field to be inserted

• In the Tools group on the Design tab, click the Insert Rows button

• Define the new field by entering the field name, data type, optional description, and any property specifications

New Perspectives on Microsoft Access 2010 15

Page 16: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPAdding a Field Between Two Existing Fields

New Perspectives on Microsoft Access 2010 16

Page 17: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPTable Relationship

New Perspectives on Microsoft Access 2010 17

Page 18: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPImporting Data from an Excel Worksheet• The import process allows you to copy the

data from a source without having to open the source file

• Click External Data on the Ribbon• Click the Excel button in the Import & Link

group to start the wizard

New Perspectives on Microsoft Access 2010 18

Page 19: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPImporting Data from an Excel Worksheet

New Perspectives on Microsoft Access 2010 19

Page 20: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPImporting Data from an Excel Worksheet

New Perspectives on Microsoft Access 2010 20

Page 21: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPImporting Data from an Excel Worksheet

New Perspectives on Microsoft Access 2010 21

Page 22: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPCreating a Table by Importingan Existing Table Structure• Make sure the External Data tab is the active tab on

the Ribbon• In the Import & Link group, click the Access button• Click the Browse button• Navigate to the file• Make sure the Import tables, queries, forms, reports,

macros, and modules into the current database option button is selected, and then click the OK button

• Click the Options button

New Perspectives on Microsoft Access 2010 22

Page 23: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPCreating a Table by Importingan Existing Table Structure

New Perspectives on Microsoft Access 2010 23

Page 24: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPAdding Fields to a Table Using the Data Type Gallery• The Data Type gallery, available in the Add &

Delete group on the Fields tab, allows you to add a group of related fields to a table at the same time, rather than adding each field to the table individually

• The group of fields you add is called a Quick Start selection

New Perspectives on Microsoft Access 2010 24

Page 25: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPAdding Fields to a Table Using the Data Type Gallery

New Perspectives on Microsoft Access 2010 25

Page 26: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPDeleting a Field from a Table Structure

• In Datasheet view, click the column heading for the field you want to delete

• In the Add & Delete group on the Fields tab, click the Delete button

or• In Design view, click the Field Name box for the

field you want to delete• In the Tools group on the Design tab, click the

Delete Rows button

New Perspectives on Microsoft Access 2010 26

Page 27: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPDeleting a Field from a Table Structure

New Perspectives on Microsoft Access 2010 27

Page 28: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPAdding Data to a Table by Importing a Text File• Click the External Data tab on the Ribbon• In the Import & Link group, click the Text File

button• Click the Browse button• Navigate to the file• Click the Append a copy of the records to the

table option button• Select the table• Click the OK button

New Perspectives on Microsoft Access 2010 28

Page 29: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPAdding Data to a Table by Importing a Text File

New Perspectives on Microsoft Access 2010 29

Page 30: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPDefining Table Relationships• One of the most powerful features of a

relational database management system is its ability to define relationships between tables

• You use a common field to relate one table to another

New Perspectives on Microsoft Access 2010 30

Page 31: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPDefining Table Relationships

New Perspectives on Microsoft Access 2010 31

Page 32: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPDefining Table Relationships• A one-to-many relationship exists between

two tables when one record in the first table matches zero, one, or many records in the second table, and when one record in the second table matches at most one record in the first table– The Primary table is the “one” in a one-to-

many relationship– The Related table is the “many” table

New Perspectives on Microsoft Access 2010 32

Page 33: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPDefining Table Relationships• Referential integrity is a set of rules that

Access enforces to maintain consistency between related tables when you update data in a database

• The Relationships window illustrates the relationships among a database’s tables

• Click the Database Tools tab on the Ribbon• In the Relationships group on the Database

Tools tab, click the Relationships button

New Perspectives on Microsoft Access 2010 33

Page 34: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPDefining Table Relationships

New Perspectives on Microsoft Access 2010 34

Page 35: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXP

New Perspectives on Microsoft Access 2010 35

Defining Table Relationships

Page 36: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPDefining Table Relationships

New Perspectives on Microsoft Access 2010 36

Page 37: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXP

New Perspectives on Microsoft Access 2010

Helpful Hints• You will spend most of your time learning

about tables, queries, forms, and reports in CAB140.

• Every object (tables, queries, forms, and reports) has two views– Design view– Datasheet view

• The most common relationship between two tables is 1:M (one-to-many)

37

Page 38: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPHelpful Hints• There are several options to import data from

external sources into a database– Excel– Text files– Existing table structure in a different database

• The greater than symbol (>) can be used on the format property which forces capitalization of the data. This is especially useful on the STATE field where you always want the state code to be capitalized.

New Perspectives on Microsoft Access 2010 38

Page 39: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXP

New Perspectives on Microsoft Access 2010

Helpful Hints• Most common datatypes are– Text– Number– Date/Time– Currency– AutoNumber– Yes/No

39

Page 40: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXPHelpful Hints• If a particular field consists of numeric data,

ask yourself if the field could be used in an arithmetic operation. If YES, use Number or Currency; if NO, use Text.

• Examples– Zip code: text datatype– Social Security number: text datatype– Hours worked: number datatype– Hourly rate: currency datatype

New Perspectives on Microsoft Access 2010 40

Page 41: ® Microsoft Access 2010 Tutorial 2 Building a Database and Defining Table Relationships.

XPXPXP

New Perspectives on Microsoft Access 2010

Additional Examples• Custom date examples• Using the date, 04/10/14, note the display of

the date based on the custom format– mm/dd/yyyy: 04/10/2014– mmm yyyy: Apr 2014– mmmm yyyy: April 2014– w mmm/yyyy: Thursday Apr/2014– mmm-dd-yy: Apr-10-14– yyyy.mmm.dd: 2014.Apr.10

41