Exploring Microsoft Access Chapter 7 Building Applications: The Switchboard, Macros, and Prototyping.

Slides:



Advertisements
Similar presentations
Exploring Microsoft Access 2003 Chapter 5 One-to-Many Relationships : Subforms and Multiple Table Queries.
Advertisements

Jeopardy Objects Navigation Buttons True/False Parts of a Report Vocabulary Q $100 Q $200 Q $300 Q $400 Q $500 Q $100 Q $200 Q $300 Q $400 Q $500 Final.
1 Microsoft Access 2002 Tutorial 9 – Automating Tasks With Macros.
Microsoft Access A Hands-On Introduction Chapter 4.
Exploring Microsoft Access 2003 Chapter 7 Building Applications: The Switchboard, Macros, and Prototyping.
Exploring Microsoft Access 2003 Chapter 6 Many-to-Many Relationships: A More Complex System.
Exploring Microsoft Access 2003 Chapter 1 Introduction to Microsoft Access: What Is A Database?
Guide to Oracle10G1 Introduction To Forms Builder Chapter 5.
1 Chapter 3 Reviewing Forms, Reports, and Data Access Pages.
Exploring Microsoft Access Chapter 8 Creating More Powerful Applications: Introduction to VBA By Robert T. Grauer Maryann Barber.
Automating Tasks With Macros
Using Visual Basic 6.0 to Create Web-Based Database Applications
A Guide to Oracle9i1 Introduction To Forms Builder Chapter 5.
Exploring Office Grauer and Barber 1 Creating More Powerful Applications: Introduction to VBA(Wk9)
The Switchboard User Interface. Prof. Leighton2 User Friendly Databases Create an attractive main menu Help the database users maneuver through the database.
 2002 Prentice Hall. All rights reserved. Chapter 2 - Introduction to the Visual Studio.NET IDE Outline 2.1Introduction 2.2Overview of the Visual Studio.NET.
Automating Tasks With Macros. 2 Design a switchboard and dialog box for a graphical user interface Database developers interact directly with Access.
1 Chapter 4 The Fundamentals of VBA, Macros, and Command Bars.
Customizing Outlook. Forms Window in which you enter and view information in Outlook Outlook Form Designer The environment in which you create and customize.
Macros Tutorial Week 20. Objectives By the end of this tutorial you should understand how to: Create macros Assign macros to events Associate macros with.
1 Chapter 1 Tour of Access. 1 Chapter Objectives Start and exit Microsoft Access Open and run an Access application Identify the major elements of the.
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
Microsoft Access 2013 Build User-Friendly Database Systems Chapter 7.
Exploring Microsoft Excel 2002 Chapter 8 Chapter 8 Automating Repetitive Tasks: Macros and Visual Basic for Applications By Robert T. Grauer Maryann Barber.
Access Tutorial 10 Automating Tasks with Macros
Chapter 9 Macros, Navigation Forms, PivotTables, and PivotCharts
Microsoft Visual Basic 2005 CHAPTER 8 Using Procedures and Exception Handling.
MS Access Advanced Instructor: Vicki Weidler Assistant:
WORKING WITH MACROS CHAPTER 10 WORKING WITH MACROS.
Introduction to Microsoft Access Danielle Zammit B.Pharm. (Hons.), M.S.(Pharm.)
Copyright 2007, Paradigm Publishing Inc. ACCESS 2007 Chapter 4 BACKNEXTEND 4-1 LINKS TO OBJECTIVES Query Design Query Criteria Modify a Query Using OR.
Exploring Microsoft Access Chapter 4 Relational Databases, External Data, Charts, and the Switchboard.
Automating Database Processing Chapter 6. Chapter Introduction Design and implement user-friendly menu – Called navigation form Macros – Automate repetitive.
Exploring Microsoft Office XP - Microsoft Word 2002 Chapter 71 Exploring Microsoft Word Chapter 7 The Expert User: Workgroups, Forms, Master Documents,
Exploring Microsoft Access 97 Chapter 1 Introduction to Microsoft Access: What Is A Database? Office graphic copyright by Microsoft Corp.
Microsoft Visual Basic 2005 ENRICHMENT CHAPTER Visual Studio Tools for Office.
Microsoft Office 2007 Access Chapter 6 Using Macros, Switchboards, PivotTables, and PivotCharts.
Automating Database Processing
1 Database Design and Development: A Visual Approach © 2006 Prentice Hall Chapter 8 DATABASE DESIGN AND DEVELOPMENT: A VISUAL APPROACH Chapter 8 Creating.
Microsoft Access 2010 Chapter 10 Administering a Database System.
1 Committed to Shaping the Next Generation of IT Experts. Chapter 1- Introduction to Access: What is a Database? Robert Grauer and Maryann Barber Exploring.
MS Access: Introduction 1Database Design. MS Access: Overview MS Access A Database Management System (DBMS) designed to create applications that organize,
Exploring Microsoft Access Chapter 8 Creating More Powerful Applications: Introduction to VBA.
Unit 5 Microsoft SQL Server and MySQL. Key Concepts DBMS variations SQL Server features SQL Server Management Studio MySQL features Scripts Queries Database.
Exploring Microsoft Access Chapter 1 Introduction to Microsoft Access: What Is A Database?
There are seven main components of a database in Access 2000: Tables. Use tables to store database information. Forms Use forms to enter or edit the information.
® Microsoft Office 2013 Access Maintaining and Querying a Database.
Microsoft Visual Basic 2005 BASICS Lesson 1 A First Look at Microsoft Visual Basic.
Office 2003 Advanced Concepts and Techniques M i c r o s o f t Access Project 6 Creating an Application System Using Macros, Wizards, and the Switchboard.
® Microsoft Access 2010 Tutorial 10 Automating Tasks with Macros.
Exploring Office Grauer and Barber 1 Committed to Shaping the Next Generation of IT Experts. Chapter 4- Proficiency: Relational Databases, Pivot.
3 Copyright © 2004, Oracle. All rights reserved. Working in the Forms Developer Environment.
Access The L Line The Express Line to Learning 2007 L Line L © Wiley Publishing All Rights Reserved.
XP New Perspectives on Microsoft Office Access 2003 Tutorial 10 1 Microsoft Office Access 2003 Tutorial 10 – Automating Tasks With Macros.
Visual Basic for Application - Microsoft Access 2003 Programming applications using Objects.
CS 281 – Fall 2015 Lab 4 Parametric Query and Forms in MS Access.
MGS 351 Introduction to Management Information Systems RECITATION 12.
CS 281 – Fall 2010 Lab 4 Parametric Query and Forms in MS Access.
Exploring Microsoft Access 2003
Using Macros, Switchboards, PivotTables, and PivotCharts
Microsoft Access 2016 Build User-Friendly Database Systems
Creating Custom Reports, Macros, and Switchboards
Practical Office 2007 Chapter 10
Exploring Microsoft Access 2003
Administering a Database System
Microsoft Excel 2003 Illustrated Complete
Build User-Friendly Database Systems Chapter 7
Exploring Microsoft Excel
Exploring Microsoft Access 2003
Exploring Microsoft Access 2003
Presentation transcript:

Exploring Microsoft Access Chapter 7 Building Applications: The Switchboard, Macros, and Prototyping

Objectives (1 of 2) Use the Switchboard Manager create/modify a switchboard Use the Link Tables command Describe how macros are used to automate applications Describe components of Macro window

Objectives (2 of 2) Explain how prototyping facilitates application development Use the Unmatched Query Wizard Create a macro group

Overview (1 of 2) Develop a database user interface (aka switchboard) that ties objects in a database together to simplify the use of the database Understand and create an application Split a database file into two files: tables and other objects

Overview (2 of 2) Link the two database files using the Link Tables command Macros automate common commands Prototype to demonstrate “look and feel” to potential users

Switchboard Manager Creates a switchboard automatically Prompts developer for information about each menu item Access creates a switchboard form that is displayed to the user Switchboard Items table stores information about each command

Switchboard Design View Record Source for switchboard is Switchboard Items table Switchboard can have 8 menu items

Main Menu Teams button opens the Teams form About Sports button displays an informational box

Switchboard Items SwitchboardID identifies which switchboard each item belongs to ItemNumber identifies position of item on switchboard ItemText specifies text shown on Switchboard Command determines action taken when the item is selected Argument determines object to be acted on (form to be opened)

Linked Tables Manager (1 of 2) Every application consists of tables and objects (forms, queries, reports) based on those tables Tables and objects can be stored in separate files Linked Table Manager associates the tables file with the objects file

Linked Tables Manager (2 of 2) Open database is Sports Objects Arrow indicates tables are linked

Introduction to Macros (1 of 2) Macros automate a command sequence Macro window is divided into two sections: actions (commands that comprise the macro) and arguments (information for those actions)

Introduction to Macros (2 of 2) Macros are stored as separate objects in a database Macro toolbar appears at the top of the macro window AutoExec macro is run whenever database is opened Debugging provides error messages

Back Up Macro MsgBox action Message box text Message box displayed by macro

Using Macro Groups Macros are grouped to organize the macros for the developer Individual macros within a group must be identified by name and group name (e.g. “MacroGroupName.MacroName”)

Prototyping Iterative process that presents the client with multiple partially completed versions of the application Helps organize and outline what should be in the database Does not contain much real information

Chapter 7 Summary (1 of 2) Switchboard makes a database user friendly Splitting tables from objects simplifies upgrades Macros automate a command sequence

Chapter 7 Summary (2 of 2) AutoExec macro executes when database opens Unmatched Query Wizard finds records in one table without matching records in another table Prototype demonstrates “look and feel” of the application before it is completed