ACCESS: ACCESS BASICS PARTICIPATION PROJECT WV K-12 Education - - PowerPoint PPT Presentation

access access basics participation project
SMART_READER_LITE
LIVE PREVIEW

ACCESS: ACCESS BASICS PARTICIPATION PROJECT WV K-12 Education - - PowerPoint PPT Presentation

ACCESS: ACCESS BASICS PARTICIPATION PROJECT WV K-12 Education Problem WV Senate Problem TOPICS COVERED Add, edit, and delete records Use Datasheet and Design views for tables Use Datasheet, Design, and SQL views for queries


slide-1
SLIDE 1

ACCESS: ACCESS BASICS PARTICIPATION PROJECT

WV K-12 Education Problem WV Senate Problem

slide-2
SLIDE 2
  • Add, edit, and delete records
  • Use Datasheet and Design views for tables
  • Use Datasheet, Design, and SQL views for queries
  • View query results
  • View forms
  • View reports
  • Compact and repair the database

2

TOPICS COVERED

slide-3
SLIDE 3
  • A database is a structured

collection of data, organized as a collection of tables.

  • Each table has multiple records

(rows).

  • Each record has multiple fields

(columns).

  • A key is a value that can uniquely

identify each record in the database.

3

DATABASE TERMINOLOGY

slide-4
SLIDE 4
  • Relationships are how records in

different tables are connected to each

  • ther.
  • Each relationship is between two

tables.

– Normally, a relationship involves two fields: one field in the first table and a corresponding field with the same type of data in the second table – At least one of the fields involved should be a key – If one of the tables has a composite key, there may be multiple fields in each table in the relationship

4

RELATIONSHIPS: PART 1

slide-5
SLIDE 5
  • A query is created to retrieve data
  • r information we want from one or

more tables.

  • In our example, how would we find

the region where Belington Elementary is located?

1. First, locate Belington Elementary in the Schools table 2. Next, find its County is Barbour 3. Then, look up Barbour in the Counties table to see a Region of North Central

5

RELATIONSHIPS: PART 2

slide-6
SLIDE 6

Excel (tables, formulas & functions, charts, PivotTable, …) for data analysis Access (query, form, report, …) for data search and management

6

INTRODUCTION TO MICROSOFT ACCESS

slide-7
SLIDE 7

WHAT IS MICROSOFT ACCESS?

  • Microsoft Access is a database

management system (DBMS), a software “engine” that provides an interface between physical data and user application queries.

  • Other common DBMS include

Oracle and Microsoft SQL Server.

7

slide-8
SLIDE 8
  • By opening a table in Datasheet View,

you can see its records and make changes.

  • If the table is already open:

1. Go to the Table Tools Design ribbon. 2. Click the Datasheet View button.

  • If the table is not open:

1. Double-click on the query in the Object Pane on the left side of the screen.

8

VIEW TABLES IN DATASHEET VIEW

slide-9
SLIDE 9
  • For most operations in Datasheet

View for tables, as soon as you move the cursor out of a row, any changes you make are automatically saved.

  • It’s always a good idea to save your

changes, though, by click the Save icon in the Quick Access Toolbar.

9

SAVE CHANGES TO A DATABASE

slide-10
SLIDE 10
  • 1. To add new records, make sure

you have the correct table open in Datasheet View.

  • 2. Go to the last row, which has an

asterisk (*) in the leftmost column.

  • 3. Type in new records one at a

time.

  • 4. Once you have finished adding

records, save your database.

10

ADD NEW RECORDS

slide-11
SLIDE 11

PARTICIPATION PROJECT STEP 3

11

slide-12
SLIDE 12
  • 1. Open the table containing the

records you want to edit in Datasheet View.

  • 2. Click in the cell containing the data

you wish to change.

  • 3. Make your changes.
  • 4. Once you have finished editing

records, save your database.

12

EDIT EXISTING RECORDS

slide-13
SLIDE 13

PARTICIPATION PROJECT STEP 4

13

slide-14
SLIDE 14
  • 1. To delete records, open the table

containing the records in Datasheet View.

  • 2. Right-click in the left-most column

to select the row. Choose Delete Record.

  • 3. Once you have finished deleting

records, save your database.

14

DELETE RECORDS

slide-15
SLIDE 15

PARTICIPATION PROJECT STEP 5

15

slide-16
SLIDE 16
  • Design View is used to modify the

structure of a table.

– Field names – Field data types and properties

  • 1. With the table already open, go to

the Home ribbon.

  • 2. Click the arrow below the View

button and select Design View from the resulting menu.

16

VIEW TABLES IN DESIGN VIEW

slide-17
SLIDE 17

PARTICIPATION PROJECT STEP 6

17

slide-18
SLIDE 18

VIEW QUERIES IN DATASHEET VIEW

  • Query results are shown in

Datasheet View.

  • If the query is already open:

1. Go to the Query Tools Design ribbon. 2. Click the Run button.

  • If the query is not open:

1. Double-click on the query in the Object Pane on the left side of the screen.

18

slide-19
SLIDE 19

VIEW QUERIES IN DESIGN VIEW

  • Design View is used to modify

queries.

  • 1. With the table or query already
  • pen, go to the Home ribbon.
  • 2. Click the arrow below the View

button and select Design View from the resulting menu.

  • More about modifying queries will

be discussed in a later project.

19

slide-20
SLIDE 20

PARTICIPATION PROJECT STEP 7

20

slide-21
SLIDE 21
  • Forms provide a user-friendly view
  • f the data in tables or queries.
  • They can also simplify data entry.

It’s often easier to enter data as a series of fields in forms than in Table Datasheet View. 1. In the Object Pane on the left side

  • f the screen, double-click on the

form you wish to view.

21

VIEW FORMS

slide-22
SLIDE 22

PARTICIPATION PROJECT STEP 8

22

slide-23
SLIDE 23
  • Reports display the data in tables
  • r results returned by queries.
  • They provide a way to neatly format

and organize information in a database. 1. In the Object Pane on the left side

  • f the screen, double-click on the

report you wish to view.

23

VIEW REPORTS

slide-24
SLIDE 24

PARTICIPATION PROJECT STEP 9

24

slide-25
SLIDE 25
  • Access ACCDB files can become

quite large as you use them. The Compact and Repair Database utility shrinks the file size.

  • 1. Go to the Database Tools ribbon.
  • 2. Click the Compact and Repair

Database button.

– You might get an error that your file is in use by another process. You can ignore this and go on.

25

COMPACT AND REPAIR THE DATABASE

slide-26
SLIDE 26

PARTICIPATION PROJECT STEP 10

26

slide-27
SLIDE 27