Download MGS351 - Microsoft Access 2010 Ch 7

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Microsoft SQL Server wikipedia , lookup

Entity–attribute–value model wikipedia , lookup

Open Database Connectivity wikipedia , lookup

Extensible Storage Engine wikipedia , lookup

Concurrency control wikipedia , lookup

Database wikipedia , lookup

Microsoft Access wikipedia , lookup

Functional Database Model wikipedia , lookup

Microsoft Jet Database Engine wikipedia , lookup

Relational model wikipedia , lookup

Clusterpoint wikipedia , lookup

Database model wikipedia , lookup

Transcript
Microsoft Access 2013
Build User-Friendly Database
Systems
Chapter 7
Chapter Overview

Query Based Forms

AutoLookup

Menu Systems
– Switchboards,
Blank Forms and
Navigation Forms

Macros
– Autoexec,
Help Button
Query Based Forms

Display data from multiple
tables

Display calculated fields

Utilize AutoLookup

Display sorted data
AutoLookup



Automatically “looks up” data
based on a primary key
Tables used in query must have
a one-to-many relationship
Join field in the query must be
taken from the many side
Forms and AutoLookup
Example
Switchboard Menu System
Switchboard Wizard creates a user friendly menu that can
link together all of your forms and reports in one place.
Limit of 8 items per menu. Submenus can be added if 8
item limit is exceeded.
The wizard creates a form called Switchboard and a table
called Switchboard items. Do NOT delete or move the
textboxes and buttons in the design of the Switchboard
form.
Page 74, Step 13 explains how to enable the Switchboard
Manager in Access 2010
Blank Form Menu System
Alternatively, a menu can be built from
a blank form and command buttons.
Advantages: Unlimited items on menu
and greater design flexibility.
Navigation Form Menu System
Alternatively, a menu can be built
using a Navigation Form from a
blank form and command buttons.
Advantages: Updated design and Web
integration
Disadvantages: Limited customization
options available
Macros



Used to execute series of stored
commands
Useful for opening and closing
forms, reports, or queries
Makes an application easier to use
Macro Example
Help Button


Macro using MsgBox function that
provides technical support
information.
Sample help message:
–
“Please call 555-5555 for technical
support”
AutoExec Macro

Special macro will Automatically Execute
when database is opened.

Used to open main menu on startup.

Macro should be saved with the name
“Autoexec” for it to be recognized as this
special type of macro.
Database Startup Options


May be used instead of Autoexec
macro to automatically open a form
on database startup
See page 70 for additional
instructions
Homework 5

Chapter 7 Guided Exercise

Chapter 7 Applied Exercise