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

Slides:



Advertisements
Similar presentations
The User Interface Making life easier for the user.
Advertisements

Exploring Microsoft Access 2003 Chapter 5 One-to-Many Relationships : Subforms and Multiple Table Queries.
1 Microsoft Access 2002 Tutorial 9 – Automating Tasks With Macros.
Using Macros and Visual Basic for Applications (VBA) with Excel
Exploring Microsoft Access 97 Chapter 3 Information From the Database: Reports and Queries Office graphic copyright by Microsoft Corp.
Exploring Microsoft Access 2003 Chapter 6 Many-to-Many Relationships: A More Complex System.
Exploring Microsoft Access 2003 Chapter 4 Proficiency: Relational Databases, External Data, Charts, Pivot, and the Switchboard.
Exploring Microsoft Access 2003 Chapter 1 Introduction to Microsoft Access: What Is A Database?
Guide to Oracle10G1 Introduction To Forms Builder Chapter 5.
Exploring Microsoft Access Chapter 8 Creating More Powerful Applications: Introduction to VBA By Robert T. Grauer Maryann Barber.
Automating Tasks With Macros
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.
Exploring Microsoft Access 2003 Chapter 8 Creating More Powerful Applications: Introduction to VBA.
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.
Microsoft Access Project Six Creating an Application System Using Macros, Wizards, and the Switchboard Manager.
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 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
MS Access Advanced Instructor: Vicki Weidler Assistant:
Microsoft Office 2003: Advanced 1 ADVANCED MICROSOFT ACCESS Lesson 7 – Modifying Table Design.
Chapter 11: Introduction to the Visual Basic Environment Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University.
Exploring Office Grauer and Barber 1 Introduction to Access: What is a Database?(Wk1)
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 Office 2007 Access Chapter 6 Using Macros, Switchboards, PivotTables, and PivotCharts.
Microsoft Access 2013 Simplify Data Entry with Forms Chapter 3.
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.
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.
XP Chapter 4 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Collecting Data for Well-Designed Forms Chapter 4 “Making.
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.
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.
Access Lesson 11 Creating and Running Macros Microsoft Office 2010 Advanced Cable / Morrison 1.
1 MIS309 Database Systems Introduction to Microsoft Access.
Exploring Office Grauer and Barber 1 Committed to Shaping the Next Generation of IT Experts. Chapter 4- Proficiency: Relational Databases, Pivot.
Exploring Microsoft Access Chapter 7 Building Applications: The Switchboard, Macros, and Prototyping.
XP New Perspectives on Microsoft Office Access 2003 Tutorial 10 1 Microsoft Office Access 2003 Tutorial 10 – Automating Tasks With Macros.
Chapter 11: Introduction to VBA Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
Visual Basic for Application - Microsoft Access 2003 Programming applications using Objects.
CS 281 – Fall 2015 Lab 4 Parametric Query and Forms in MS Access.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 4 – Finding and Ordering Data.
MSOffice Access Microsoft® Office 2010: Illustrated Introductory 1 Part 2 ® Building Queries.
Chapter 5 Introduction To Form Builder. Lesson C Objectives  Use sequences to automatically generate primary key values in a form  Create lists of values.
1 Selected Topics in Management Information Systems [MOIS470] Fall 2004 Nahed Amin MS Access (Control Extensions)
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
Microsoft Access 2016 Simplify Data Entry with Forms
Exploring Microsoft Word 2000
Practical Office 2007 Chapter 10
Exploring Microsoft Access 2003
Microsoft Excel 2003 Illustrated Complete
Simplify Data Entry with Forms Chapter 3
Build User-Friendly Database Systems Chapter 7
Exploring Microsoft Excel
Exploring Microsoft Access 2003
Exploring Microsoft Access 2003
Presentation transcript:

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

Objectives (1 of 2) Use the Switchboard Manager create multiple switchboard Use 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 Develop a database user interface Understand and create an application Prototype to demonstrate “look and feel” to potential users Macros automate common commands

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

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

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

The Switchboard Manager Hands-On Exercise 1 Open the Sports Objects Database The Link Tables Command Import the About Sports Form Start the Switchboard Manager Complete the Switchboard Test the Switchboard Add your records Complete the data Entry Insert the Clip Art Complete the Design

Introduction to Macros Macro automate a command sequence Macro window divided in two: actions and arguments Macro toolbar appears at the top of the macro window AutoExec macro is run whenever database is opened Debugging provides error messages

Macros and Prototyping Hands-On Exercise 2 Create the AutoExec Macro Create the Prototype Macro Create the Close Database Macro Create the Report Switchboard Modify/Test the Main Switchboard Test the Report Switchboard Create the Add Player Macro

Close Database Macro MsgBox action Close action (to close form) Close action (to close database) Enter macro name

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”)

The Player Draft Hands-On Exercise 3 The unmatched Query Wizard Modify the Query Create the unmatched Players Form Create the Player Draft Macro Group Create/Modify the Player Draft Form Add the Command Buttons Modify the Main Switchboard Test the Completed System

Prototyping Designed to set up a partially completed version of an application Helps organize and outline what should be in the database Does not contain much real information

Prototyping Hands-On Exercise 4 Create the Prototype Macro Create the Report Menu Form Add the Command Buttons Complete the Report Menu Modify the Main Menu Test the Completed System

Chapter 7 Summary Switchboard makes a database user friendly Splitting tables from objects simplifies upgrades Macros automate a command sequence 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

Practice with Access Report Switchboard 2. The Linked Table Manager 3. Splitting a Database 4. The Tech Support Macro 5. Establishing Conditions 6. Complete the Find Player Function 7. The Add Player Macro 8. Inserting a Hyperlink

Case Studies Client/Server Applications Security Options A Project for the Semester The Database Wizard Compacting versus Compressing The AutoKeys Macro