Summary Less 1
Summary Less 1
Microsoft
Access 2013 Office
Lesson 1 Objectives
• Identify the main components of • Define the function of a database
the Access user interface • Compare databases in
• Identify elements on the screen spreadsheets to those created in a
• Create new blank databases relational database management
• Create databases in older formats system (RDBMS)
• Create databases from templates • Identify Access file types and file
name extensions
• Open and close databases
• Identify database objects
• Work with the Navigation Pane
• Differentiate between desktop
• Save and exporting databases databases and Access Web apps
• Set Access options
An Introduction to Databases
• A database is an organized collection of information
– The primary function is to store data
– If the data is well-organized, retrieving the data is easy
• The key to designing a database successfully lies in
understanding the nature of the data
Databases in Spreadsheets
• Many databases begin as
data entered into a
spreadsheet
– the rows and columns are
easy to understand
– all the data is stored in one
location
• Spreadsheet databases often
contain a considerable
amount of repeated data
– This leads to large file size
– Complex data relationships
cannot be represented
What is Access?
• Access 2013 is a RDBMS and a complete application
development environment
– Includes the tools you need to develop user-friendly
interfaces and reports
– Provides a user-friendly environment for accomplishing
database tasks even without prior knowledge
– Uses SQL code behind the scenes
Database Objects
• Tables – store data in rows and columns. In a table, each row is
a record, and each record consists of one or more fields
• Forms – function as user-friendly interfaces for working with
data
• Reports – print and summarize data
• Queries – extract subsets of data from one or more tables,
allowing you to view exactly the data you want
• Macros – add functionality to database objects and are often
used to automate certain database tasks
• Modules – also add functionality to a database, and are stored
collections of Visual Basic for Applications (VBA) programming
language statements and procedures
• Ribbon
• Navigation Pane
• Backstage view
The Ribbon
The Ribbon contains the commands and options you use to
perform database tasks. Each tab contains a group of
related commands.
The Ribbon
To reduce screen clutter, contextual tabs appear only when
they are applicable. For example, the Table Tools tab
appears only when a table is open.
The Ribbon
The Ribbon
Object groups Organize the objects in a database so you can find what
you are looking for.
Database objects The tables, queries, forms and other objects that exist in
the database. Each object appears in its appropriate
group.
Search box You can type the name of an object you want to find
Backstage View
• Used to create, open, save,
print and manage
databases
• Includes commands and
options related to things
you can do with a
database itself
• Shows the commands and
options available on the
File tab of the Ribbon
Close object button Closes the object viewed on the right of the Navigation Pane
Dialog box launcher Opens a dialog box, window or task pane when you click it
Access work area When objects in the Navigation Pane are opened, the appear in
the Access work area so you can work with them
View buttons Enable you to switch between views of the currently selected
object
Starting Access
Closing a Database
• Use the Close command in Backstage view, OR
• Close the application window to close the file and exit
Access
Copying Objects
• You can copy and paste
objects in the Navigation Pane
• Different objects have
different options
• You can also use the Save
Object As command to create
a copy of the current object
with a new name
Lesson Summary
• Identify the main components of • Define the function of a database
the Access user interface • Compare databases in
• Identify elements on the screen spreadsheets to those created in a
• Create databases in older formats relational database management
• Create databases from templates system (RDBMS)
• Open and close databases • Identify Access file types and file
name extensions
• Work with the Navigation Pane
• Identify database objects
• Save and export databases
• Differentiate between desktop
• Set database options databases and Access Web apps
Review Questions
1. Which of the following is a benefit of storing data in multiple,
related tables?
a. It makes the tables easier to understand when you view them in
Datasheet view.
b. It minimizes the repetition of data.
c. It makes the database larger.
d. It makes the data accessible by all versions of Microsoft Access
2. Which of the following types of database objects is often used as a
data entry screen?
a. A query.
b. A report.
c. A menu.
d. A form.
Review Questions
3. The commands and options in Backstage view are related to:
a. file management tasks.
b. entering data into tables.
c. relating tables to one another.
d. automating tasks within a database.
4. What does the globe icon in the template gallery indicate?
a. The template is available in over 70 languages.
b. The template will work in all versions of Microsoft Access.
c. The template is for a web app.
d. The template was developed by Microsoft and Google.
Review Questions
5. Which of the following is the native file format for Access 2013
databases?
a. .mdb
b. .accdb
c. .db
d. .sql