SlideShare a Scribd company logo
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

Access 2007
Access 2007Access 2007
Access 2007
rupalidhir
 
Microsoft Access 2007
Microsoft Access 2007Microsoft Access 2007
Microsoft Access 2007
Reshma Arun
 
Ms Access ppt
Ms Access pptMs Access ppt
Ms Access ppt
anuj
 
MS Office Access Tutorial
MS Office Access TutorialMS Office Access Tutorial
MS Office Access Tutorial
virtualMaryam
 
Access presentation
Access presentationAccess presentation
Access presentation
DUSPviz
 
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
jessandy
 
Access 2007 lecture notes students
Access 2007 lecture notes studentsAccess 2007 lecture notes students
Access 2007 lecture notes students
IYAKAREMYE Jean De Dieu
 
Basic Access Notes
Basic Access NotesBasic Access Notes
Basic Access Notes
Pyi Soe
 
Microsoft Access Notes 2007 Ecdl
Microsoft Access Notes 2007 EcdlMicrosoft Access Notes 2007 Ecdl
Microsoft Access Notes 2007 Ecdl
Richard Butler
 
MS Access Ch 1 PPT
MS Access Ch 1 PPTMS Access Ch 1 PPT
MS Access Ch 1 PPT
prsmith72
 
Access 2010
Access 2010Access 2010
Access 2010
Cikgu Syahidon
 
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
Oklahoma Dept. Mental Health
 
Ms access notes
Ms access notesMs access notes
Ms access notes
IKIARA
 
MS Access teaching powerpoint tasks
MS Access teaching powerpoint tasksMS Access teaching powerpoint tasks
MS Access teaching powerpoint tasks
skomadina
 
Ms access tutorial
Ms access tutorialMs access tutorial
Ms access tutorial
minga48
 
Access 2010 Unit A PPT
Access 2010 Unit A PPTAccess 2010 Unit A PPT
Access 2010 Unit A PPT
okmomwalking
 
MS Access 2010 tutorial 3
MS Access 2010 tutorial 3MS Access 2010 tutorial 3
MS Access 2010 tutorial 3
Khalfan Alshuaili
 
001.general
001.general001.general
001.general
Học Huỳnh Bá
 
Uses of MS Access in Business
Uses of MS Access in BusinessUses of MS Access in Business
Uses of MS Access in Business
Biswajit Bhattacharjee
 

What's hot (19)

Access 2007
Access 2007Access 2007
Access 2007
 
Microsoft Access 2007
Microsoft Access 2007Microsoft Access 2007
Microsoft Access 2007
 
Ms Access ppt
Ms Access pptMs Access ppt
Ms Access ppt
 
MS Office Access Tutorial
MS Office Access TutorialMS Office Access Tutorial
MS Office Access Tutorial
 
Access presentation
Access presentationAccess presentation
Access presentation
 
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
 
Access 2007 lecture notes students
Access 2007 lecture notes studentsAccess 2007 lecture notes students
Access 2007 lecture notes students
 
Basic Access Notes
Basic Access NotesBasic Access Notes
Basic Access Notes
 
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 2010
Access 2010Access 2010
Access 2010
 
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
 
Ms access notes
Ms access notesMs access notes
Ms access notes
 
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
 
Access 2010 Unit A PPT
Access 2010 Unit A PPTAccess 2010 Unit A PPT
Access 2010 Unit A PPT
 
MS Access 2010 tutorial 3
MS Access 2010 tutorial 3MS Access 2010 tutorial 3
MS Access 2010 tutorial 3
 
001.general
001.general001.general
001.general
 
Uses of MS Access in Business
Uses of MS Access in BusinessUses of MS Access in Business
Uses of MS Access in Business
 

Viewers also liked

Communication skills in english
Communication skills in englishCommunication skills in english
Communication skills in englishAqib Memon
 
Monte Carlo Statistical Methods
Monte Carlo Statistical MethodsMonte Carlo Statistical Methods
Monte Carlo Statistical Methods
Christian Robert
 
Database and Access Power Point
Database and Access Power PointDatabase and Access Power Point
Database and Access Power Point
Ayee_Its_Bailey
 
OWASP Khartoum Cyber Security Session
OWASP Khartoum Cyber Security SessionOWASP Khartoum Cyber Security Session
OWASP Khartoum Cyber Security Session
OWASP Khartoum
 
Lecture1
Lecture1Lecture1
Lecture1
rjaeh
 
Monte Carlo Simulation
Monte Carlo SimulationMonte Carlo Simulation
Monte Carlo Simulation
Ayman Hassan
 
Monte Carlo G P U Jan2010
Monte  Carlo  G P U  Jan2010Monte  Carlo  G P U  Jan2010
Monte Carlo G P U Jan2010
John Holden
 
01 computer%20 forensics%20in%20todays%20world
01 computer%20 forensics%20in%20todays%20world01 computer%20 forensics%20in%20todays%20world
01 computer%20 forensics%20in%20todays%20world
Aqib Memon
 
Computer Forensics
Computer ForensicsComputer Forensics
Computer Forensics
Neilg42
 
Computer Forensics & Windows Registry
Computer Forensics & Windows RegistryComputer Forensics & Windows Registry
Computer Forensics & Windows Registry
aradhanalaw
 
Chapter 4 microsoft access 2010
Chapter 4 microsoft access 2010Chapter 4 microsoft access 2010
Chapter 4 microsoft access 2010
home
 
Model inquiri
Model inquiriModel inquiri
Super Efficient Monte Carlo Simulation
Super Efficient Monte Carlo SimulationSuper Efficient Monte Carlo Simulation
Super Efficient Monte Carlo Simulation
Cheng-An Yang
 
Unit 5 general principles, simulation software
Unit 5 general principles, simulation softwareUnit 5 general principles, simulation software
Unit 5 general principles, simulation software
raksharao
 
Agape explains the importance Of Computer Forensics.
Agape explains the importance Of Computer Forensics.Agape explains the importance Of Computer Forensics.
Agape explains the importance Of Computer Forensics.
Agape Inc
 
Hemolytic anaemia
Hemolytic anaemiaHemolytic anaemia
Hemolytic anaemia
home
 
European pricing with monte carlo simulation
European pricing with monte carlo simulationEuropean pricing with monte carlo simulation
European pricing with monte carlo simulation
Giovanni Della Lunga
 
Monte Carlo Simulations & Membrane Simulation and Dynamics
Monte Carlo Simulations & Membrane Simulation and DynamicsMonte Carlo Simulations & Membrane Simulation and Dynamics
Monte Carlo Simulations & Membrane Simulation and Dynamics
Arindam Ghosh
 
Case study on Physical devices used in Computer forensics.
Case study on Physical devices used in Computer forensics.Case study on Physical devices used in Computer forensics.
Case study on Physical devices used in Computer forensics.
Vishal Tandel
 
Computer forensics
Computer forensicsComputer forensics
Computer forensics
Hiren Selani
 

Viewers also liked (20)

Communication skills in english
Communication skills in englishCommunication skills in english
Communication skills in english
 
Monte Carlo Statistical Methods
Monte Carlo Statistical MethodsMonte Carlo Statistical Methods
Monte Carlo Statistical Methods
 
Database and Access Power Point
Database and Access Power PointDatabase and Access Power Point
Database and Access Power Point
 
OWASP Khartoum Cyber Security Session
OWASP Khartoum Cyber Security SessionOWASP Khartoum Cyber Security Session
OWASP Khartoum Cyber Security Session
 
Lecture1
Lecture1Lecture1
Lecture1
 
Monte Carlo Simulation
Monte Carlo SimulationMonte Carlo Simulation
Monte Carlo Simulation
 
Monte Carlo G P U Jan2010
Monte  Carlo  G P U  Jan2010Monte  Carlo  G P U  Jan2010
Monte Carlo G P U Jan2010
 
01 computer%20 forensics%20in%20todays%20world
01 computer%20 forensics%20in%20todays%20world01 computer%20 forensics%20in%20todays%20world
01 computer%20 forensics%20in%20todays%20world
 
Computer Forensics
Computer ForensicsComputer Forensics
Computer Forensics
 
Computer Forensics & Windows Registry
Computer Forensics & Windows RegistryComputer Forensics & Windows Registry
Computer Forensics & Windows Registry
 
Chapter 4 microsoft access 2010
Chapter 4 microsoft access 2010Chapter 4 microsoft access 2010
Chapter 4 microsoft access 2010
 
Model inquiri
Model inquiriModel inquiri
Model inquiri
 
Super Efficient Monte Carlo Simulation
Super Efficient Monte Carlo SimulationSuper Efficient Monte Carlo Simulation
Super Efficient Monte Carlo Simulation
 
Unit 5 general principles, simulation software
Unit 5 general principles, simulation softwareUnit 5 general principles, simulation software
Unit 5 general principles, simulation software
 
Agape explains the importance Of Computer Forensics.
Agape explains the importance Of Computer Forensics.Agape explains the importance Of Computer Forensics.
Agape explains the importance Of Computer Forensics.
 
Hemolytic anaemia
Hemolytic anaemiaHemolytic anaemia
Hemolytic anaemia
 
European pricing with monte carlo simulation
European pricing with monte carlo simulationEuropean pricing with monte carlo simulation
European pricing with monte carlo simulation
 
Monte Carlo Simulations & Membrane Simulation and Dynamics
Monte Carlo Simulations & Membrane Simulation and DynamicsMonte Carlo Simulations & Membrane Simulation and Dynamics
Monte Carlo Simulations & Membrane Simulation and Dynamics
 
Case study on Physical devices used in Computer forensics.
Case study on Physical devices used in Computer forensics.Case study on Physical devices used in Computer forensics.
Case study on Physical devices used in Computer forensics.
 
Computer forensics
Computer forensicsComputer forensics
Computer forensics
 

Similar to Access lesson 02 Creating a Database

OPERATE DATABASE APPLICATION
OPERATE DATABASE APPLICATIONOPERATE DATABASE APPLICATION
OPERATE DATABASE APPLICATION
YoomiLaataBekele
 
Operate Spreadsheet applications ppt.pptx
Operate Spreadsheet applications ppt.pptxOperate Spreadsheet applications ppt.pptx
Operate Spreadsheet applications ppt.pptx
Esubalew21
 
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
Esubalew21
 
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
JoselitoTan2
 
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
1520lakshyagupta
 
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
wondmhunegn
 
MS ACCESS PPT.pptx
MS ACCESS PPT.pptxMS ACCESS PPT.pptx
MS ACCESS PPT.pptx
khairilanam12
 
access1.ppt
access1.pptaccess1.ppt
access1.ppt
mayada34
 
01 Microsoft Access
01 Microsoft Access01 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)
IMRAN KHAN
 
Adding A New Field
Adding A New FieldAdding A New Field
Adding A New Field
EMAINT
 
Creating and editing a database
Creating and editing a databaseCreating and editing a database
Creating and editing a database
crystalpullen
 
HARJOT.ppt
HARJOT.pptHARJOT.ppt
HARJOT.ppt
satgup78
 
Ppt Lesson 13
Ppt Lesson 13Ppt Lesson 13
Ppt Lesson 13
ayetalviola
 
tables and datatypes2.pptx
tables and datatypes2.pptxtables and datatypes2.pptx
tables and datatypes2.pptx
kulmiyealiabdille
 
Ms access 2007 pptx
Ms access 2007 pptxMs access 2007 pptx
Ms access 2007 pptx
Abenezer Abiti
 
Acccesss notes
Acccesss notesAcccesss notes
Acccesss notes
art02
 
Ayush presentation
Ayush presentationAyush presentation
Ayush presentation
AyushKumar942
 
Create a table access - office
Create a table   access - officeCreate a table   access - office
Create a table access - office
Pavan Kumar
 
Lecture2 slides
Lecture2 slidesLecture2 slides
Lecture2 slides
Cyri 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

Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
CAKE: Sharing Slices of Confidential Data on Blockchain
CAKE: Sharing Slices of Confidential Data on BlockchainCAKE: Sharing Slices of Confidential Data on Blockchain
CAKE: Sharing Slices of Confidential Data on Blockchain
Claudio Di Ciccio
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
tolgahangng
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Tosin Akinosho
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
Ivanti
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
ssuserfac0301
 
OpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - AuthorizationOpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - Authorization
David Brossard
 
GenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizationsGenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizations
kumardaparthi1024
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
Daiki Mogmet Ito
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
Claudio Di Ciccio
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 

Recently uploaded (20)

Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
CAKE: Sharing Slices of Confidential Data on Blockchain
CAKE: Sharing Slices of Confidential Data on BlockchainCAKE: Sharing Slices of Confidential Data on Blockchain
CAKE: Sharing Slices of Confidential Data on Blockchain
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
 
OpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - AuthorizationOpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - Authorization
 
GenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizationsGenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizations
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 

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