SlideShare a Scribd company logo
1 of 22
Access Lesson 2
Creating a Database

Microsoft Office 2010
Introductory

1

Pasewark & Pasewark
Objectives

Access Lesson 2



2




Create a database.
Design, create, and save a table in
Datasheet view.
Set a field’s data type and name in
Datasheet view.
Add, delete, rename, and move fields in
Design view.

Pasewark & Pasewark

Microsoft Office 2010 Introductory
Objectives (continued)

Access Lesson 2



Change field properties in Design view.
Set field properties in Design view.

3

Pasewark & Pasewark

Microsoft Office 2010 Introductory
Vocabulary


Access Lesson 2



4








alphanumeric data
AutoNumber
Blank database
template
data type
Default Value property
Description property
design grid

Pasewark & Pasewark











Design view
Field Properties pane
field property
Field Size property
Format property
primary key
Required property
template
Microsoft Office 2010 Introductory
Creating a Database

Access Lesson 2



5



The first step in creating a database is to
create the file that will store the database
objects.
When you use a template to create a
database, the template creates the database
and the objects, which can be queries,
reports, tables, or forms.

Pasewark & Pasewark

Microsoft Office 2010 Introductory
Creating a Database (continued)
The Blank database template creates a
database with an empty table in it.
After specifying the file name and the
location in which to store the database, click
the Create button to create and open the
new database.
When you create a blank database, Access
opens an empty table in Datasheet view so
that you can start entering data.

Access Lesson 2




6

Pasewark & Pasewark



Microsoft Office 2010 Introductory
Creating a Database (continued)
Creating a new, blank database

Access Lesson 2



7

Pasewark & Pasewark

Microsoft Office 2010 Introductory
Creating and Saving a Table

Access Lesson 2



8




When you create a blank database, Access creates
the first table in the database for you.
To save a table, click the Save button on the Quick
Access Toolbar.
In many databases, data is stored in more than one
table.

Pasewark & Pasewark

Microsoft Office 2010 Introductory
Designing a Table

Access Lesson 2



9





After creating a table in a database, you
need to tell Access which fields to include in
the table.
When you create a blank database, the table
that Access creates for you contains one
field named ID.
Access sets the ID field as the table’s
primary key.

Pasewark & Pasewark

Microsoft Office 2010 Introductory
Designing a Table (continued)

Access Lesson 2



10





In a table, the primary key is the field that
contains a unique field value for each record.
In some tables, this field is called an
AutoNumber because it automatically adds
a unique number to the primary key field for
each record in the table.
Your data might already have a field that
stores unique numbers for each record.

Pasewark & Pasewark

Microsoft Office 2010 Introductory
Designing a Table (continued)

Access Lesson 2



11

A field’s data type determines the kind of
data that you can enter in the field, such as:
–

–

Numbers or text
A combination of numbers and text (also called
alphanumeric data).

Pasewark & Pasewark

Microsoft Office 2010 Introductory
Designing a Table (continued)
Common data types in Access

Access Lesson 2



12

Pasewark & Pasewark

Microsoft Office 2010 Introductory
Working in Design View

Access Lesson 2







13

In Design view, you can add, delete, and
make changes to the way that fields store
data.
The field names and data types appear in the
design grid in the top half of the Table
window. The bottom half of the Table window
is called the Field Properties pane.
The properties for a field depend on the
field’s data type.

Pasewark & Pasewark

Microsoft Office 2010 Introductory
Working in Design View (continued)
Applicant table in Design view

Access Lesson 2



14

Pasewark & Pasewark

Microsoft Office 2010 Introductory
Working in Design View (continued)

Access Lesson 2



15





In Design View, you can add and delete
fields, and drag fields to new locations.
Any changes that you make in Design view
are automatically updated in Datasheet view
when you save the table.
The Description property is an optional field
property used to describe what to enter in the
field.

Pasewark & Pasewark

Microsoft Office 2010 Introductory
Changing Field Properties in
Design View

Access Lesson 2



16





When you set a field’s data type, the field is
given certain properties.
A field property describes a field’s contents
beyond the field’s basic data type, such as
the number of characters the field can store
or the allowable values for a field.
The Field Size property sets the number of
characters you can store in a field.

Pasewark & Pasewark

Microsoft Office 2010 Introductory
Changing Field Properties in
Design View (continued)

Access Lesson 2



17





Use the Format property to specify how you
want Access to display numbers, dates,
times, and text.
The Default Value property enters the same
field value in a field every time a new record
is added to the table.
The Required property specifies whether
you must enter a field value in a record.

Pasewark & Pasewark

Microsoft Office 2010 Introductory
Access Lesson 2

Summary

18

In this lesson, you learned:
 Creating a database creates a file that stores database
objects. You can create a database using a template that
creates one or more table, query, form, and report objects.
You can also create a database using the Blank database
template, which creates a database with an empty table.
 A field’s data type determines the kind of data that you can
enter in the field, such as numbers or text, or a
combination of numbers and text (also called alphanumeric
data).
Pasewark & Pasewark

Microsoft Office 2010 Introductory
Summary (continued)

Access Lesson 2



19

You can create a table in Datasheet view by
selecting the data type and typing the field name for
each field you plan to use in your table. After
entering the fields, you can enter the first record.
Access also creates an ID field to serve as the
table’s primary key. The primary key is the field that
contains unique field values for each record in the
table.

Pasewark & Pasewark

Microsoft Office 2010 Introductory
Summary (continued)

Access Lesson 2



20

To save a table, click the Save button on the Quick
Access Toolbar. Type the table name in the Table
Name text box in the Save As dialog box, and then
click OK. The table name appears on the tab for the
table and also in the Navigation Pane.

Pasewark & Pasewark

Microsoft Office 2010 Introductory
Summary (continued)

Access Lesson 2



21

When you are working in Design view, you can add
new fields to a table by clicking the Insert Rows
button in the Tools group on the Design tab. After
adding a field, type its name and set its data type.
You can delete a field from a table by selecting it in
the design grid, and then clicking the Delete Rows
button in the Tools group. To rename a field, click its
name in the Field Name box, and then type the new
name. To move a field, click its row selector in the
design grid, and then drag it to the new position.

Pasewark & Pasewark

Microsoft Office 2010 Introductory
Summary (continued)

Access Lesson 2



22

A field property describes a field’s contents beyond the field’s
basic data type. The properties you can set for a field depend
on the field’s data type. You can add an optional Description
property to identify the data to enter in a field. You can also
change the Field Size property to set the number of characters
in a Text field or to select the type of numbers to store in a
Number field. The Format property lets you specify how to
display numbers, dates, times, and text. When a field uses a
commonly entered value, you can set the Default Value
property to enter that value in new records automatically. Use
the Required property when a field must contain a value.

Pasewark & Pasewark

Microsoft Office 2010 Introductory

More Related Content

What's hot

Basic Access Notes
Basic Access NotesBasic Access Notes
Basic Access NotesPyi Soe
 
MS Office Access Tutorial
MS Office Access TutorialMS Office Access Tutorial
MS Office Access TutorialvirtualMaryam
 
Ms Access ppt
Ms Access pptMs Access ppt
Ms Access pptanuj
 
Access presentation
Access presentationAccess presentation
Access presentationDUSPviz
 
MS Access Ch 2 PPT
MS Access Ch 2 PPTMS Access Ch 2 PPT
MS Access Ch 2 PPTprsmith72
 
Microsoft Access 2007
Microsoft Access 2007Microsoft Access 2007
Microsoft Access 2007Reshma Arun
 
Microsoft Access Notes 2007 Ecdl
Microsoft Access Notes 2007 EcdlMicrosoft Access Notes 2007 Ecdl
Microsoft Access Notes 2007 EcdlRichard Butler
 
MS Access Ch 1 PPT
MS Access Ch 1 PPTMS Access Ch 1 PPT
MS Access Ch 1 PPTprsmith72
 
Access 2007-Datasheets 1-Create a table by entering data
Access 2007-Datasheets 1-Create a table by entering dataAccess 2007-Datasheets 1-Create a table by entering data
Access 2007-Datasheets 1-Create a table by entering dataOklahoma Dept. Mental Health
 
Class viii ch-4 working with queries
Class  viii ch-4 working with queriesClass  viii ch-4 working with queries
Class viii ch-4 working with queriesjessandy
 
Ms access notes
Ms access notesMs access notes
Ms access notesIKIARA
 
Class viii ch-3 working with tables
Class  viii ch-3 working with tablesClass  viii ch-3 working with tables
Class viii ch-3 working with tablesjessandy
 
MS Access teaching powerpoint tasks
MS Access teaching powerpoint tasksMS Access teaching powerpoint tasks
MS Access teaching powerpoint tasksskomadina
 
Ms access tutorial
Ms access tutorialMs access tutorial
Ms access tutorialminga48
 
PPT On MS-Access 2007 | Full Concepts |
PPT On MS-Access 2007 | Full Concepts |PPT On MS-Access 2007 | Full Concepts |
PPT On MS-Access 2007 | Full Concepts |Umesh Kumar
 

What's hot (20)

Access 2007 lecture notes students
Access 2007 lecture notes studentsAccess 2007 lecture notes students
Access 2007 lecture notes students
 
Access 2007
Access 2007Access 2007
Access 2007
 
Basic Access Notes
Basic Access NotesBasic Access Notes
Basic Access Notes
 
MS Office Access Tutorial
MS Office Access TutorialMS Office Access Tutorial
MS Office Access Tutorial
 
Ms Access ppt
Ms Access pptMs Access ppt
Ms Access ppt
 
Access presentation
Access presentationAccess presentation
Access presentation
 
MS Access Ch 2 PPT
MS Access Ch 2 PPTMS Access Ch 2 PPT
MS Access Ch 2 PPT
 
Microsoft Access 2007
Microsoft Access 2007Microsoft Access 2007
Microsoft Access 2007
 
Microsoft Access Notes 2007 Ecdl
Microsoft Access Notes 2007 EcdlMicrosoft Access Notes 2007 Ecdl
Microsoft Access Notes 2007 Ecdl
 
MS Access Ch 1 PPT
MS Access Ch 1 PPTMS Access Ch 1 PPT
MS Access Ch 1 PPT
 
Access 2007-Datasheets 1-Create a table by entering data
Access 2007-Datasheets 1-Create a table by entering dataAccess 2007-Datasheets 1-Create a table by entering data
Access 2007-Datasheets 1-Create a table by entering data
 
Class viii ch-4 working with queries
Class  viii ch-4 working with queriesClass  viii ch-4 working with queries
Class viii ch-4 working with queries
 
MS Access 2007 in ITT
MS Access 2007 in ITTMS Access 2007 in ITT
MS Access 2007 in ITT
 
Ms access notes
Ms access notesMs access notes
Ms access notes
 
Access 2010
Access 2010Access 2010
Access 2010
 
Class viii ch-3 working with tables
Class  viii ch-3 working with tablesClass  viii ch-3 working with tables
Class viii ch-3 working with tables
 
MS Access teaching powerpoint tasks
MS Access teaching powerpoint tasksMS Access teaching powerpoint tasks
MS Access teaching powerpoint tasks
 
Ms access tutorial
Ms access tutorialMs access tutorial
Ms access tutorial
 
MS Access 2010 tutorial 3
MS Access 2010 tutorial 3MS Access 2010 tutorial 3
MS Access 2010 tutorial 3
 
PPT On MS-Access 2007 | Full Concepts |
PPT On MS-Access 2007 | Full Concepts |PPT On MS-Access 2007 | Full Concepts |
PPT On MS-Access 2007 | Full Concepts |
 

Viewers also liked

Introduction To Microsoft Office Share Point 2007 – Planning Installation Con...
Introduction To Microsoft Office Share Point 2007 – Planning Installation Con...Introduction To Microsoft Office Share Point 2007 – Planning Installation Con...
Introduction To Microsoft Office Share Point 2007 – Planning Installation Con...Toni Frankola
 
Base de datos en access
Base de datos en accessBase de datos en access
Base de datos en accessPedro Espinosa
 
Introduction to animation
Introduction to animationIntroduction to animation
Introduction to animationPises Tantimala
 
Animation: The Basic Skills
Animation:  The Basic SkillsAnimation:  The Basic Skills
Animation: The Basic Skillswalkers
 
It enters a new learning environment
It enters a new learning environmentIt enters a new learning environment
It enters a new learning environmentSFYC
 
MVC for Desktop Application - Part 3
MVC for Desktop Application - Part 3MVC for Desktop Application - Part 3
MVC for Desktop Application - Part 3晟 沈
 
The Basics of Microsoft Project - Step 1
The Basics of Microsoft Project - Step 1The Basics of Microsoft Project - Step 1
The Basics of Microsoft Project - Step 1Andre Sanz
 
How to Create A Microsoft Access 2007 Database
How to Create A Microsoft Access 2007 DatabaseHow to Create A Microsoft Access 2007 Database
How to Create A Microsoft Access 2007 DatabaseRebecca Wright-Washington
 
Access 2010 Unit A PPT
Access 2010 Unit A PPTAccess 2010 Unit A PPT
Access 2010 Unit A PPTokmomwalking
 
Uses & applications of microsoft excel in vph research
Uses & applications of microsoft excel in vph researchUses & applications of microsoft excel in vph research
Uses & applications of microsoft excel in vph researchDr Alok Bharti
 
Monte Carlo G P U Jan2010
Monte  Carlo  G P U  Jan2010Monte  Carlo  G P U  Jan2010
Monte Carlo G P U Jan2010John Holden
 
Monte Carlo Statistical Methods
Monte Carlo Statistical MethodsMonte Carlo Statistical Methods
Monte Carlo Statistical MethodsChristian Robert
 
Lecture1
Lecture1Lecture1
Lecture1rjaeh
 

Viewers also liked (17)

Introduction To Microsoft Office Share Point 2007 – Planning Installation Con...
Introduction To Microsoft Office Share Point 2007 – Planning Installation Con...Introduction To Microsoft Office Share Point 2007 – Planning Installation Con...
Introduction To Microsoft Office Share Point 2007 – Planning Installation Con...
 
Base de datos en access
Base de datos en accessBase de datos en access
Base de datos en access
 
Microsoft access
Microsoft accessMicrosoft access
Microsoft access
 
Introduction to animation
Introduction to animationIntroduction to animation
Introduction to animation
 
Animation: The Basic Skills
Animation:  The Basic SkillsAnimation:  The Basic Skills
Animation: The Basic Skills
 
It enters a new learning environment
It enters a new learning environmentIt enters a new learning environment
It enters a new learning environment
 
MVC for Desktop Application - Part 3
MVC for Desktop Application - Part 3MVC for Desktop Application - Part 3
MVC for Desktop Application - Part 3
 
The Basics of Microsoft Project - Step 1
The Basics of Microsoft Project - Step 1The Basics of Microsoft Project - Step 1
The Basics of Microsoft Project - Step 1
 
Word2007p1
Word2007p1Word2007p1
Word2007p1
 
How to Create A Microsoft Access 2007 Database
How to Create A Microsoft Access 2007 DatabaseHow to Create A Microsoft Access 2007 Database
How to Create A Microsoft Access 2007 Database
 
Adobe photoshop cs6
Adobe photoshop cs6Adobe photoshop cs6
Adobe photoshop cs6
 
Office 2010 Info
Office 2010 InfoOffice 2010 Info
Office 2010 Info
 
Access 2010 Unit A PPT
Access 2010 Unit A PPTAccess 2010 Unit A PPT
Access 2010 Unit A PPT
 
Uses & applications of microsoft excel in vph research
Uses & applications of microsoft excel in vph researchUses & applications of microsoft excel in vph research
Uses & applications of microsoft excel in vph research
 
Monte Carlo G P U Jan2010
Monte  Carlo  G P U  Jan2010Monte  Carlo  G P U  Jan2010
Monte Carlo G P U Jan2010
 
Monte Carlo Statistical Methods
Monte Carlo Statistical MethodsMonte Carlo Statistical Methods
Monte Carlo Statistical Methods
 
Lecture1
Lecture1Lecture1
Lecture1
 

Similar to Access lesson 02 Creating a Database

OPERATE DATABASE APPLICATION
OPERATE DATABASE APPLICATIONOPERATE DATABASE APPLICATION
OPERATE DATABASE APPLICATIONYoomiLaataBekele
 
Operate Spreadsheet applications ppt.pptx
Operate Spreadsheet applications ppt.pptxOperate Spreadsheet applications ppt.pptx
Operate Spreadsheet applications ppt.pptxEsubalew21
 
Module 08 Access & Use Database Application.pptx
Module 08 Access & Use Database Application.pptxModule 08 Access & Use Database Application.pptx
Module 08 Access & Use Database Application.pptxEsubalew21
 
MS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.pptMS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.ppt1520lakshyagupta
 
MS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.pptMS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.pptwondmhunegn
 
MS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.pptMS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.pptJoselitoTan2
 
access1.ppt
access1.pptaccess1.ppt
access1.pptmayada34
 
Office productivity tools (part ii) (5.71 mb)
Office productivity tools (part ii) (5.71 mb)Office productivity tools (part ii) (5.71 mb)
Office productivity tools (part ii) (5.71 mb)IMRAN KHAN
 
Adding A New Field
Adding A New FieldAdding A New Field
Adding A New FieldEMAINT
 
Creating and editing a database
Creating and editing a databaseCreating and editing a database
Creating and editing a databasecrystalpullen
 
HARJOT.ppt
HARJOT.pptHARJOT.ppt
HARJOT.pptsatgup78
 
Acccesss notes
Acccesss notesAcccesss notes
Acccesss notesart02
 
Create a table access - office
Create a table   access - officeCreate a table   access - office
Create a table access - officePavan Kumar
 
Lecture2 slides
Lecture2 slidesLecture2 slides
Lecture2 slidesCyri Jones
 

Similar to Access lesson 02 Creating a Database (20)

OPERATE DATABASE APPLICATION
OPERATE DATABASE APPLICATIONOPERATE DATABASE APPLICATION
OPERATE DATABASE APPLICATION
 
Operate Spreadsheet applications ppt.pptx
Operate Spreadsheet applications ppt.pptxOperate Spreadsheet applications ppt.pptx
Operate Spreadsheet applications ppt.pptx
 
Module 08 Access & Use Database Application.pptx
Module 08 Access & Use Database Application.pptxModule 08 Access & Use Database Application.pptx
Module 08 Access & Use Database Application.pptx
 
MS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.pptMS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.ppt
 
MS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.pptMS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.ppt
 
MS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.pptMS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.ppt
 
MS ACCESS PPT.pptx
MS ACCESS PPT.pptxMS ACCESS PPT.pptx
MS ACCESS PPT.pptx
 
access1.ppt
access1.pptaccess1.ppt
access1.ppt
 
01 Microsoft Access
01 Microsoft Access01 Microsoft Access
01 Microsoft Access
 
Office productivity tools (part ii) (5.71 mb)
Office productivity tools (part ii) (5.71 mb)Office productivity tools (part ii) (5.71 mb)
Office productivity tools (part ii) (5.71 mb)
 
Adding A New Field
Adding A New FieldAdding A New Field
Adding A New Field
 
Creating and editing a database
Creating and editing a databaseCreating and editing a database
Creating and editing a database
 
HARJOT.ppt
HARJOT.pptHARJOT.ppt
HARJOT.ppt
 
Ppt Lesson 13
Ppt Lesson 13Ppt Lesson 13
Ppt Lesson 13
 
tables and datatypes2.pptx
tables and datatypes2.pptxtables and datatypes2.pptx
tables and datatypes2.pptx
 
Ms access 2007 pptx
Ms access 2007 pptxMs access 2007 pptx
Ms access 2007 pptx
 
Acccesss notes
Acccesss notesAcccesss notes
Acccesss notes
 
Ayush presentation
Ayush presentationAyush presentation
Ayush presentation
 
Create a table access - office
Create a table   access - officeCreate a table   access - office
Create a table access - office
 
Lecture2 slides
Lecture2 slidesLecture2 slides
Lecture2 slides
 

Recently uploaded

DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 

Recently uploaded (20)

DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 

Access lesson 02 Creating a Database

  • 1. Access Lesson 2 Creating a Database Microsoft Office 2010 Introductory 1 Pasewark & Pasewark
  • 2. Objectives  Access Lesson 2  2   Create a database. Design, create, and save a table in Datasheet view. Set a field’s data type and name in Datasheet view. Add, delete, rename, and move fields in Design view. Pasewark & Pasewark Microsoft Office 2010 Introductory
  • 3. Objectives (continued)  Access Lesson 2  Change field properties in Design view. Set field properties in Design view. 3 Pasewark & Pasewark Microsoft Office 2010 Introductory
  • 4. Vocabulary  Access Lesson 2  4      alphanumeric data AutoNumber Blank database template data type Default Value property Description property design grid Pasewark & Pasewark         Design view Field Properties pane field property Field Size property Format property primary key Required property template Microsoft Office 2010 Introductory
  • 5. Creating a Database Access Lesson 2  5  The first step in creating a database is to create the file that will store the database objects. When you use a template to create a database, the template creates the database and the objects, which can be queries, reports, tables, or forms. Pasewark & Pasewark Microsoft Office 2010 Introductory
  • 6. Creating a Database (continued) The Blank database template creates a database with an empty table in it. After specifying the file name and the location in which to store the database, click the Create button to create and open the new database. When you create a blank database, Access opens an empty table in Datasheet view so that you can start entering data. Access Lesson 2   6 Pasewark & Pasewark  Microsoft Office 2010 Introductory
  • 7. Creating a Database (continued) Creating a new, blank database Access Lesson 2  7 Pasewark & Pasewark Microsoft Office 2010 Introductory
  • 8. Creating and Saving a Table Access Lesson 2  8   When you create a blank database, Access creates the first table in the database for you. To save a table, click the Save button on the Quick Access Toolbar. In many databases, data is stored in more than one table. Pasewark & Pasewark Microsoft Office 2010 Introductory
  • 9. Designing a Table Access Lesson 2  9   After creating a table in a database, you need to tell Access which fields to include in the table. When you create a blank database, the table that Access creates for you contains one field named ID. Access sets the ID field as the table’s primary key. Pasewark & Pasewark Microsoft Office 2010 Introductory
  • 10. Designing a Table (continued) Access Lesson 2  10   In a table, the primary key is the field that contains a unique field value for each record. In some tables, this field is called an AutoNumber because it automatically adds a unique number to the primary key field for each record in the table. Your data might already have a field that stores unique numbers for each record. Pasewark & Pasewark Microsoft Office 2010 Introductory
  • 11. Designing a Table (continued) Access Lesson 2  11 A field’s data type determines the kind of data that you can enter in the field, such as: – – Numbers or text A combination of numbers and text (also called alphanumeric data). Pasewark & Pasewark Microsoft Office 2010 Introductory
  • 12. Designing a Table (continued) Common data types in Access Access Lesson 2  12 Pasewark & Pasewark Microsoft Office 2010 Introductory
  • 13. Working in Design View Access Lesson 2    13 In Design view, you can add, delete, and make changes to the way that fields store data. The field names and data types appear in the design grid in the top half of the Table window. The bottom half of the Table window is called the Field Properties pane. The properties for a field depend on the field’s data type. Pasewark & Pasewark Microsoft Office 2010 Introductory
  • 14. Working in Design View (continued) Applicant table in Design view Access Lesson 2  14 Pasewark & Pasewark Microsoft Office 2010 Introductory
  • 15. Working in Design View (continued) Access Lesson 2  15   In Design View, you can add and delete fields, and drag fields to new locations. Any changes that you make in Design view are automatically updated in Datasheet view when you save the table. The Description property is an optional field property used to describe what to enter in the field. Pasewark & Pasewark Microsoft Office 2010 Introductory
  • 16. Changing Field Properties in Design View Access Lesson 2  16   When you set a field’s data type, the field is given certain properties. A field property describes a field’s contents beyond the field’s basic data type, such as the number of characters the field can store or the allowable values for a field. The Field Size property sets the number of characters you can store in a field. Pasewark & Pasewark Microsoft Office 2010 Introductory
  • 17. Changing Field Properties in Design View (continued) Access Lesson 2  17   Use the Format property to specify how you want Access to display numbers, dates, times, and text. The Default Value property enters the same field value in a field every time a new record is added to the table. The Required property specifies whether you must enter a field value in a record. Pasewark & Pasewark Microsoft Office 2010 Introductory
  • 18. Access Lesson 2 Summary 18 In this lesson, you learned:  Creating a database creates a file that stores database objects. You can create a database using a template that creates one or more table, query, form, and report objects. You can also create a database using the Blank database template, which creates a database with an empty table.  A field’s data type determines the kind of data that you can enter in the field, such as numbers or text, or a combination of numbers and text (also called alphanumeric data). Pasewark & Pasewark Microsoft Office 2010 Introductory
  • 19. Summary (continued) Access Lesson 2  19 You can create a table in Datasheet view by selecting the data type and typing the field name for each field you plan to use in your table. After entering the fields, you can enter the first record. Access also creates an ID field to serve as the table’s primary key. The primary key is the field that contains unique field values for each record in the table. Pasewark & Pasewark Microsoft Office 2010 Introductory
  • 20. Summary (continued) Access Lesson 2  20 To save a table, click the Save button on the Quick Access Toolbar. Type the table name in the Table Name text box in the Save As dialog box, and then click OK. The table name appears on the tab for the table and also in the Navigation Pane. Pasewark & Pasewark Microsoft Office 2010 Introductory
  • 21. Summary (continued) Access Lesson 2  21 When you are working in Design view, you can add new fields to a table by clicking the Insert Rows button in the Tools group on the Design tab. After adding a field, type its name and set its data type. You can delete a field from a table by selecting it in the design grid, and then clicking the Delete Rows button in the Tools group. To rename a field, click its name in the Field Name box, and then type the new name. To move a field, click its row selector in the design grid, and then drag it to the new position. Pasewark & Pasewark Microsoft Office 2010 Introductory
  • 22. Summary (continued) Access Lesson 2  22 A field property describes a field’s contents beyond the field’s basic data type. The properties you can set for a field depend on the field’s data type. You can add an optional Description property to identify the data to enter in a field. You can also change the Field Size property to set the number of characters in a Text field or to select the type of numbers to store in a Number field. The Format property lets you specify how to display numbers, dates, times, and text. When a field uses a commonly entered value, you can set the Default Value property to enter that value in new records automatically. Use the Required property when a field must contain a value. Pasewark & Pasewark Microsoft Office 2010 Introductory