Вы находитесь на странице: 1из 6

Lesson Notes for IC3 GS4

Lesson 5: Microsoft Access


Exercise Data Files:
Ob Timing
Pg Topic Heading Instructor Notes Starting File / Saved
j (mins)
File
22 Lesson Objectives Review the objectives with students so they know what will be 5
1 covered in the lesson.
22 What is Access? Students should understand that a DBMS is much better suited for 10-15
1 handling relational data than is a spreadsheet.
In most corporate situations, users interact with databases that have
been carefully planned and constructed by a database administrator.
Users are usually given limited access to specific features and cannot
make global changes, or create or delete objects.
Students do not need to understand SQL, they should merely be
aware that the Access application uses ANSI-92 standard SQL to
perform standard database tasks, and that Access can interact with
other databases (SQL, MySQL, Paradox, etc.).
22 Access Database File Students are likely accustomed to working with files that they save 10-20
1 directly – Word documents, PowerPoint presentations, Excel
spreadsheets. They are used to having to save their changes, and are
equally used to having the ability to abandon changes by electing not
to save.
An Access database file, however, is a container for multiple types of
database objects. Students work directly with the objects stored
within the database. Additionally, any changes they make when
working directly with tables or design elements are usually saved
automatically.
22 Database Objects An Access table in datasheet view appears similar to data stored in 10-20
2 – Tables the rows and columns of a spreadsheet. Point out the name of the
table (Vendors) shown in the tab. Briefly review the fields of a given
record and reiterate that all the information stored in the record
pertains to one specific entity. For example, all the data in record 4
(name, address, city, state, etc.) pertains to the vendor named
Compu Services.
22 – Forms Forms allow you to view all the fields of a record at one time without 5-10
2 having to scroll. Review the form on the screen and ask students to
identify the number of database fields (16) that are displayed. Forms
are most commonly used for data entry or lookup purposes.
22 – Reports You use reports to summarize and print data. Advanced grouping 5-10
3 options allow you to show data in several possible layouts and enable
you to highlight specific fields of information.
Lesson Notes for IC3 GS4
Lesson 5: Microsoft Access
Exercise Data Files:
Ob Timing
Pg Topic Heading Instructor Notes Starting File / Saved
j (mins)
File
Any time a report is run, it reflects the most current state of the data.
Point out the grouping in the report shown on the screen.
22 – Queries Queries are used to extract data from tables without forcing you to 10-20
3 view all the data fields or all the records. For example, if you store
customer information in one table, pricing information in another
table, and order information in a third table, you can run a query that
will show which products a particular customer ordered, and how
much the sale was worth.
Draw students' attention to the Office table and the Office-List
query shown on the slide. The query contains fewer fields, and is
sorted alphabetically by office name.
22 – Object Views Students will understand object views better as they begin to work 10-20
3 with various database objects. Compare the Design view and Open
view of the Vendors table shown on the slide.
As a general rule, the "open" view of an object allows users to work
with data. For example the open view of a table allows users to add
and edit records. The open view of a report allows users to view the
latest data; the open view of a form allows a user to view and edit
data.
The design view of an object, on the other hand, allows a user to
manipulate the structure or behavior of the object. The design view of
a table allows you to add/edit/delete fields; the design view of a query
allows you to specify which fields you want from various tables, etc.
You might consider opening various database objects in different
views to illustrate the point. Students don't need to know how to work
in design view for this certification, but it would be good for them to
understand that the design view offers the "behind the scenes" look
at database objects.
22 Interface Components Students should understand that the Navigation Pane is the place 15-20
4 – The Navigation Pane from which you open and use database objects. It is central to the
function of Access. It is highly customizable in the way it displays
objects, because often a database becomes filled with numerous
objects of various types. You can also collapse or expand the
Navigation Pane to allow you more room to work with database
objects on the screen.
An object group will not appear in the Navigation Pane if there are no
objects of that type in the database. For example, if there are no
Lesson Notes for IC3 GS4
Lesson 5: Microsoft Access
Exercise Data Files:
Ob Timing
Pg Topic Heading Instructor Notes Starting File / Saved
j (mins)
File
modules stored in the database, the Modules group does not appear
in the Navigation Pane. As you add objects, the group will display in
the Navigation Pane. All object types are accessible on the Create tab
of the Ribbon.
Review the components of the Navigation Pane (as outlined in the
table on page 412) with students.
22 – Backstage View Backstage view allows you to work with the database file (the 10-15
5 container) as an entity. You can also set options for working with the
Access application from Backstage view.
Most of the time, a user works in Access client view.
Review the commands and tabs available in Backstage view.
22 Managing Database Files 1.3 Database management tasks are performed in Backstage view. Students: 45-60
5 create the blank
22 – Creating a New Blank All new databases are created from a template. The Blank database database Database1 –
5 Database template is used to create an empty database shell. Student
22 – Creating a Database Point out the wide variety of available templates. Creating a database create the database AM
6 from a Template from a template is as easy as clicking a template, specifying a Call Tracker – Student
location for the new database and clicking the Create button. from a template
22 – Saving and Publishing Options on the Save and Publish tab allow you to save a database to open the Tolano Inc1
7 a Database a different location, such as a SkyDrive folder, or save a database to a database and save it as
different version of Access. Tolano Inc – Student
22 – Closing a Database Use the Close Database command in Backstage view to close a
8 database
22 – Opening an Existing Review the various methods you can use to open an existing
8 Database database file
23 Table Basics 5.1 Make sure students can distinguish between fields and records. Tolano Inc – Student 20-30
1 Students open the
23 – Working with Records Review the navigation tools in Datasheet view. Partners table in
2 Make sure students understand how to enter new records, and that datasheet view, enter,
they understand that changes are not saved until you move to edit and delete records
another record, or until you specifically save the revised/added
record.
You cannot undo a record deletion, nor can you "roll back" the table
by not saving changes. A deletion is permanent.
Lesson Notes for IC3 GS4
Lesson 5: Microsoft Access
Exercise Data Files:
Ob Timing
Pg Topic Heading Instructor Notes Starting File / Saved
j (mins)
File
23 Adjusting the View 1.3 Not many view-related properties are available in Access Tolano Inc – Student 10-15
5 Students open several
23 – Switching between Because each object opens in its own window, you can easily work database objects, switch
5 Open Objects with several open objects at the same time. However, only one object between open objects,
can be the active object at any given time. maximize, minimize and
restore the application
23 – Manipulating a Make sure students understand that manipulating a datasheet does 20-30
window, collapse and
5 Datasheet not affect the data stored in the table.
expand the navigation
pane, and adjust column
widths
23 Finding the Data You Want 1.3 Typing a number in the record number box moves the record selector Tolano Inc – Student 20-30
7 5.1 to the specified record – it is more of a navigating method, than one Students find, sort and
of finding data, but sometimes a user knows the record number of the filter records in the
required record. Employees table.
Students should understand that tables can contain thousands of
records.
23 – Finding Records Make sure students understand how changing the values in the Look
7 In and Match boxes affects search results.
Students should also understand that changing the value in the
Search drop-down list from All to either Up or Down can omit records
from the search. However, these options are handy if a very large
table must be searched. For example, if a user must search a table of
25,000 records and knows that the desired record is not located
within the first 12,000 the user can start the search at record 12000
and specify to search down.
23 – Sorting Records Make sure that students understand that sorting does not remove or 5-10
8 hide records
Students should understand that when they sort on multiple fields,
the last field specified is the primary sort key.
23 – Filtering Records The word "Filtered" displays at the bottom of the datasheet next to 20-30
9 the navigation buttons when a filter is applied. A filter symbol also
displays in one or more of the column headings.
Review the possible filter by selection options presented on previous
pages. Students should understand how to create and apply filters.
Encourage students to experiment with defining and applying filters
to gain skill and confidence. Reassure them that filtering data does
Lesson Notes for IC3 GS4
Lesson 5: Microsoft Access
Exercise Data Files:
Ob Timing
Pg Topic Heading Instructor Notes Starting File / Saved
j (mins)
File
not change the data in any way.
24 – Using Queries to Find Queries are sets of SQL instructions which are stored as a database Tolano Inc – Student 20-30
3 Data object. The open view for a query automatically runs the query and Students run a query,
displays the result set. Running the query executes the SQL code. examine the result set,
One of the available views for a query is SQL view, which displays the sort query results, and
SQL commands. filter query results.
Specialized queries built into Access can generate pivot tables, pivot Students also view a
charts, and crosstab reports, Queries can also be used to locate query in design view,
duplicate records, or find unmatched records between related tables. then run the query to
Because queries can perform calculations, you can use a query to view the results.
perform simple what-if tests. For example, you can create a query for
your inventory items that can show a projected 5%, 7.5% and 10%
increase in price for all items, or for only specific items.
Show students the query design grid on your system, perhaps build a
simple query together, then run the query and view the results.
Assure students that most often they will simply open/run queries. If
students seem interested, show them SQL view for the query you
created.
24 Working with Data in Form 1.3 While most forms that are used to facilitate data entry show one Tolano Inc – Student 15-30
5 View 5.1 record at a time, you can create forms that show multiple records. Students use a form to
Forms can also contain subforms, which are especially useful for navigate the records of a
showing data from related tables. table, and to add a new
record to a table.
24 What is a Report? 1.3 Print Preview is the only view in which you can adjust the zoom Tolano Inc – Student 15-30
6 – Report Views 5.1 setting. Students open a report in
In Print Preview you can also make adjustments to the report to Report view, switch to
ensure that it prints efficiently and that all the report data is visible. Print Preview view, adjust
You also use this view to direct output to a specific printer or to a file. the zoom setting, and
print a report.
24 Designing Reports Using the Report tool is the quickest way to create a report; select a Tolano Inc – Student 20-30
9 – Creating Reports table or query then on the Create tab, click Report in the Reports Students create a report
group. Reports created with the Report tool automatically include all using the Report tool, and
the fields in the underlying table or query. create a report using the
The Report wizard gives you greater control over the creation of a Report wizard.
report; you can add grouping, include fields from multiple tables, and
create a complex layout (even one that includes one or more sub-
Lesson Notes for IC3 GS4
Lesson 5: Microsoft Access
Exercise Data Files:
Ob Timing
Pg Topic Heading Instructor Notes Starting File / Saved
j (mins)
File
reports).
25 Lesson Summary Review the objectives with students so they know what was covered 5-10
3 in the lesson. Provide a short summary of the main concepts and give
students a chance to complete exercises if they did not complete
them earlier.
You can also refer students to the microsite for additional exercises,
or proceed to the Review Questions and then encourage students to
complete the additional exercises and reviews located on the CCI IC3
GS4 microsite at http://7314.ccilearning.com.
25 Review Questions There are a number of ways you can have students complete the 10-20
4 review questions to ensure students comprehend the concepts and
are comfortable with the topics in this lesson:
As a group for open discussion and participation by all students
In smaller groups for discussion between the members of those
groups
Students can answer the review questions on their own and exchange
papers so they can mark each other’s papers
Students can answer the review questions on their own and check the
answers from a printed copy of the Answers (available from the
Instructor Resources)
Total (Hours) 5.0-8.5

Вам также может понравиться