Access The L Line The Express Line to Learning 2007 L Line L © Wiley Publishing. 2007. All Rights Reserved.

Slides:



Advertisements
Similar presentations
Project 1 ACSM PowerPoint.
Advertisements

1 Microsoft Access 2002 Tutorial 9 – Automating Tasks With Macros.
Exploring Microsoft Access 2003 Chapter 7 Building Applications: The Switchboard, Macros, and Prototyping.
Exploring Microsoft Access 2003 Chapter 1 Introduction to Microsoft Access: What Is A Database?
Automating Tasks With Macros
The Switchboard User Interface. Prof. Leighton2 User Friendly Databases Create an attractive main menu Help the database users maneuver through the database.
Automating Tasks With Macros. 2 Design a switchboard and dialog box for a graphical user interface Database developers interact directly with Access.
With Microsoft Access 2010© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Access.
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.
Introduction To Form Builder
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.
Other Features Index and table of contents Macros and VBA.
Create Forms Lesson 5. Software Orientation Creating Forms A form is a database object –enter, edit, or display data from a table or query Providing.
Automating Tasks with Macros. Macro Essentials  A macro is a list of actions that happen when you run the macro.  Creating a Macro: − Choose Create.
Access Tutorial 10 Automating Tasks with Macros
Chapter 9 Macros, Navigation Forms, PivotTables, and PivotCharts
MS Access Advanced Instructor: Vicki Weidler Assistant:
CPSC 203 Introduction to Computers T59 & T64 By Jie (Jeff) Gao.
Self Guided Tour for Query V8.4 Basic Features. 2 This Self Guided Tour is meant as a review only for Query V8.4 Basic Features and not as a substitute.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. WORD 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 22 Macros.
© Paradigm Publishing, Inc Access 2010 Level 2 Unit 2Advanced Reports, Access Tools, and Customizing Access Chapter 7Automating, Customizing, and.
INSERT BOOK COVER 1Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall. Exploring Microsoft Office Access 2010 by Robert Grauer, Keith.
Access The L Line The Express Line to Learning 2007 L Line L © Wiley Publishing All Rights Reserved.
Lecture Excel: Macros & Pivot Tables. Macros A macro is a series of commands that are stored and can be run whenever you need to perform the task.
Automating Database Processing Chapter 6. Chapter Introduction Design and implement user-friendly menu – Called navigation form Macros – Automate repetitive.
Microsoft Excel 2007 © Wiley Publishing All Rights Reserved. The L Line The Express Line to Learning L Line.
Office 2003 Advanced Concepts and Techniques M i c r o s o f t Access Project 6 Switchboards, PivotTables, and PivotCharts.
Press Esc to Exit ©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in.
Microsoft Office 2007 Access Chapter 6 Using Macros, Switchboards, PivotTables, and PivotCharts.
S511 Session 7, IU-SLIS 1 DB Implementation: MS Access Forms.
Automating Database Processing
Key Applications Module Lesson 21 — Access Essentials
Press Esc to Exit ©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in.
A Skills Approach Access 2010 Getting Started with Access 2010 © 2012 The McGraw-Hill Companies, Inc. All rights reserved Chapter 1.
Creating an External Style Sheet Module 5: Beyond the Basics with Expression Web LESSON 8.
MS Access: Introduction 1Database Design. MS Access: Overview MS Access A Database Management System (DBMS) designed to create applications that organize,
Microsoft Access 2013 ®® Tutorial 10 Automating Tasks with Macros.
DB Implementation: MS Access Forms. MS Access Forms  Purpose Data entry, editing, & viewing data in tables Forms are user-friendlier to end-users than.
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.
Access Lesson 11 Creating and Running Macros Microsoft Office 2010 Advanced Cable / Morrison 1.
3 Copyright © 2004, Oracle. All rights reserved. Working in the Forms Developer Environment.
Liang, Introduction to Java Programming, Seventh Edition, (c) 2009 Pearson Education, Inc. All rights reserved Chapter 41 JavaServer Face.
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.
Excel Macros 1 Macros or, How to Automate Part of Your Spreadsheet or Worksheet.
CPSC 203 Introduction to Computers T97 By Jie (Jeff) Gao.
Copyright 2007, Paradigm Publishing Inc. BACKNEXTEND 8-1 LINKS TO OBJECTIVES Import data from another Access table Import data from another Access table.
XP Chapter 1 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Level 2 Objectives: Understanding and Creating Table.
Chapter 11 Enhancing an Online Form and Using Macros Microsoft Word 2013.
Using Macros, Switchboards, PivotTables, and PivotCharts
Microsoft Access 2016 Build User-Friendly Database Systems
IST 220 – Intro to Databases
Excel: Macros & Pivot Tables
Creating Custom Reports, Macros, and Switchboards
Working in the Forms Developer Environment
GO! with Microsoft Office 2016
MS Access Introduction Database Design.
GO! with Microsoft Office 2016
GO! with Microsoft Access 2016
CIS 155 INTRODUCTION TO ACCESS 2002
Build User-Friendly Database Systems Chapter 7
MODULE 7 Microsoft Access 2010
DB Implementation: MS Access Macros
Access Tutorial 8 Sharing, Integrating, and Analyzing Data
User Interface Tutorial
Tutorial 8 Sharing, Integrating, and Analyzing Data
Tutorial 10 Automating Tasks with Macros
Tutorial 12 Managing and Securing a Database
Presentation transcript:

Access The L Line The Express Line to Learning 2007 L Line L © Wiley Publishing All Rights Reserved.

Automating Access with Macros 11 * Learning to automate with macros * Programming without coding * Creating a Switchboard * Using a macro group * Putting on the finishing touches Stations Along the Way

Adding Macros to Your Toolkit Macros…  Help you perform repetitive tasks  Work with Access forms, reports, queries, and tables  Have a base in Visual Basic for Applications (VBA)  Automatically interface with VBA (programming savvy not required!)  Are easy to build and use

Anatomy of a Macro Macro Component Must Have? What It Is / Does ActionYesIdentifies purpose ArgumentsYesIdentifies objects involved ConditionNoSets a filter or limitation CommentNoDescribes the macro’s action NameYesNames the macro within a group

Types of Macros Embedded: o Are part of a form or report o Often appear as command buttons Stand-alone: o Exist as independent database objects o Can be executed from a form, report, or control o Appear in the left navigation pane

The Classic Switchboard  Acts as the database’s index page  Usually consists of a form with buttons  Offers user navigation to all other forms and reports  Typically opens with the database  Can contain an Exit button

Building a Switchboard  Start with the Switchboard Manager under Database Tools  Add action-related buttons as Switchboard entries  Avoid too many entries on one Switchboard form  Design to separate entries by function  Edit like any other form in Layout View or Design View

Embedded Versus Stand-Alone Macros Use EmbeddedUse Stand-Alone For one-off situationsOn multiple forms or reports When you copy forms or reports to other databases When you execute outside of forms or reports To create macro groups

Multi-Step Macros  Can be embedded or stand-alone  Are single macros that perform multiple, sequential steps  Require a defined data source

Macro Groups  Contain named, stand-alone macros  Save related macros in a single file  Organize macros by function or usage  Require a group plus individual naming convention Group_Name.Macro_Name

Macro Finishing Touches  Close Access: Adds a professional touch  RunApp: Runs an external application from within Access  AutoExec: Automatically executes when a database opens

Discussion Topics Why should I use macros? How do I create a Switchboard? Can I run external applications and programs from within Access? What’s the best type of macro to use? What’s the difference between embedded and stand-alone macros?