25
Access Lesson 12 Automating Database Processes Microsoft Office 2010 Advanced Cable / Morrison 1

Access Lesson 12 Automating Database Processes

Embed Size (px)

DESCRIPTION

Access Lesson 12 Automating Database Processes. Microsoft Office 2010 Advanced. Cable / Morrison. Objectives. Create a splash screen. Create an AutoExec macro. Test an AutoExec macro. Create a navigation form. 2. 2. Objectives (continued). Create a second navigation form. - PowerPoint PPT Presentation

Citation preview

Page 1: Access Lesson 12 Automating Database Processes

Access Lesson 12Automating Database Processes

Microsoft Office 2010 Advanced

Cable / Morrison1

Page 2: Access Lesson 12 Automating Database Processes

Ac

ces

s L

es

son

12

Cable / Morrison Microsoft Office 2010 Advanced2

Objectives

Create a splash screen. Create an AutoExec macro. Test an AutoExec macro. Create a navigation form.

22

Page 3: Access Lesson 12 Automating Database Processes

Ac

ces

s L

es

son

12

Cable / Morrison Microsoft Office 2010 Advanced

Objectives (continued)

Create a second navigation form. Design the main navigation form. Change startup options. Bypass startup options.

3

Page 4: Access Lesson 12 Automating Database Processes

Ac

ces

s L

es

son

12

Cable / Morrison Microsoft Office 2010 Advanced4

Vocabulary

AutoExec macro hierarchical navigation form splash screen startup options

44

Page 5: Access Lesson 12 Automating Database Processes

Ac

ces

s L

es

son

12

Cable / Morrison Microsoft Office 2010 Advanced5

Introduction

A splash screen appears when the database is opened.

An AutoExec macro is used to display the splash screen.

Navigation forms can be used to design and implement user-friendly menus.

The Ribbon tabs and the Navigation pane can be restricted to secure the database.

Page 6: Access Lesson 12 Automating Database Processes

Ac

ces

s L

es

son

12

Cable / Morrison Microsoft Office 2010 Advanced

Creating a Splash Screen

A splash screen is a form that appears when you open a database that welcomes the user to the database.

A splash screen can contain:– Information such as a company’s name– The same themes that are used in the database– The company logo– A label with text, such as Welcome to the

Database6

Page 7: Access Lesson 12 Automating Database Processes

Ac

ces

s L

es

son

12

Cable / Morrison Microsoft Office 2010 Advanced

Creating a Splash Screen (continued)

7

Splash screen with label

Page 8: Access Lesson 12 Automating Database Processes

Ac

ces

s L

es

son

12

Cable / Morrison Microsoft Office 2010 Advanced

Creating an AutoExec Macro

An AutoExec macro allows you to have one or more actions automatically execute when the database is opened.

An AutoExec macro can be used to display a splash screen when the database is opened.

You can only have one AutoExec macro per database file.

8

Page 9: Access Lesson 12 Automating Database Processes

Ac

ces

s L

es

son

12

Cable / Morrison Microsoft Office 2010 Advanced

Creating an AutoExec Macro (continued)

9

AutoExec macro

Page 10: Access Lesson 12 Automating Database Processes

Ac

ces

s L

es

son

12

Cable / Morrison Microsoft Office 2010 Advanced

Testing an AutoExec Macro

After you create an AutoExec macro, you should test it to be certain that the macro performs the actions that you want.

Close the database and then reopen it to run the AutoExec macro.

10

Page 11: Access Lesson 12 Automating Database Processes

Ac

ces

s L

es

son

12

Cable / Morrison Microsoft Office 2010 Advanced

Creating a Navigation Form

A navigation form is a special kind of form that has both a main form control and subform controls automatically built in.

The use of navigation forms in a database is similar to navigating a Web site.

Navigation forms in a database typically appear in a hierarchical format.

11

Page 12: Access Lesson 12 Automating Database Processes

Ac

ces

s L

es

son

12

Cable / Morrison Microsoft Office 2010 Advanced

Creating a Navigation Form (continued)

Hierarchical refers to the different levels of automation.

A main menu form has tabs that let you select the lower-level forms.

A navigation form can display tabs for forms, reports, and queries and acts as a main menu for the database.

12

Page 13: Access Lesson 12 Automating Database Processes

Ac

ces

s L

es

son

12

Cable / Morrison Microsoft Office 2010 Advanced

Creating a Navigation Form (continued)

Lower-level navigation form

13

Page 14: Access Lesson 12 Automating Database Processes

Ac

ces

s L

es

son

12

Cable / Morrison Microsoft Office 2010 Advanced

Creating a Navigation Form (continued)

14

Upper-level navigation form with lower-level forms added

Page 15: Access Lesson 12 Automating Database Processes

Ac

ces

s L

es

son

12

Cable / Morrison Microsoft Office 2010 Advanced

Creating a Navigation Form (continued)

Forms Menu with Monthly Sales tab selected

15

Page 16: Access Lesson 12 Automating Database Processes

Ac

ces

s L

es

son

12

Cable / Morrison Microsoft Office 2010 Advanced

Creating a Second Navigation Form

You will need to create more than one navigation form.

At least two lower-level forms will need to be placed on an upper-level navigation form so that you have more than one selection on the upper-level form.

Second navigation form will be at the same lower level as the previous navigation form you created.

16

Page 17: Access Lesson 12 Automating Database Processes

Ac

ces

s L

es

son

12

Cable / Morrison Microsoft Office 2010 Advanced

Creating a Second Navigation Form (continued)

Navigation form for reports

17

Page 18: Access Lesson 12 Automating Database Processes

Ac

ces

s L

es

son

12

Cable / Morrison Microsoft Office 2010 Advanced

Designing the Main Navigation Form

The main navigation form is the upper-level form.– Serves as the main menu– Lets the user select the lower-level navigation

forms in the main form It is created last using the other navigation

forms that already exist.

18

Page 19: Access Lesson 12 Automating Database Processes

Ac

ces

s L

es

son

12

Cable / Morrison Microsoft Office 2010 Advanced

Designing the Main Navigation Form (continued)

19

Main Menu form in Layout view

Page 20: Access Lesson 12 Automating Database Processes

Ac

ces

s L

es

son

12

Cable / Morrison Microsoft Office 2010 Advanced

Changing Startup Options

Startup options are options that Access performs when the database is opened.

You can specify which startup options are in place.

Adding startup options can secure the database by:– Hiding selected tabs on the Ribbon– Restricting access to menu commands

20

Page 21: Access Lesson 12 Automating Database Processes

Ac

ces

s L

es

son

12

Cable / Morrison Microsoft Office 2010 Advanced

Changing Startup Options (continued)

Revised Current Database options

21

Page 22: Access Lesson 12 Automating Database Processes

Ac

ces

s L

es

son

12

Cable / Morrison Microsoft Office 2010 Advanced

Bypassing Startup Options

After you set startup options, they are in effect until the next time someone opens the database.

To bypass the Current Database options that you set, press and hold the Shift key when you open the database.

22

Page 23: Access Lesson 12 Automating Database Processes

Ac

ces

s L

es

son

12

Cable / Morrison Microsoft Office 2010 Advanced

Summary

In this lesson, you learned: You can create a splash screen that

welcomes users to the database. An AutoExec macro runs when the database

opens and before any other macros are run.

23

Page 24: Access Lesson 12 Automating Database Processes

Ac

ces

s L

es

son

12

Cable / Morrison Microsoft Office 2010 Advanced

Summary (continued)

After you create an AutoExec macro, you should test the macro to see if it works correctly.

Navigation forms have both form and subform features automatically built in.

The main navigation form acts like a main menu.

24

Page 25: Access Lesson 12 Automating Database Processes

Ac

ces

s L

es

son

12

Cable / Morrison Microsoft Office 2010 Advanced

Summary (continued)

The startup options available with Access can be changed to provide additional database security.

You can bypass startup options when opening a database.

25