Personalizing your Access Database with a Switchboard

Similar documents
Managing Contacts in Outlook

Microsoft Access 2007 Advanced Queries

Tutorial 3. Maintaining and Querying a Database

Microsoft Office 2010

Microsoft Office 2010

Microsoft Office Access 2007 Basics

Create a PDF File. Tip. In this lesson, you will learn how to:

Microsoft Excel 2013: Using a Data Entry Form

Organizing and Managing

Knowledgebase Article

Fig. 1 Relationship View of Northwind 2007.accdb

Microsoft Migrating to Access 2010 from Access 2003

Introduction to Microsoft Access 2007

MS WORD 2007 (PC) Macros and Track Changes Please note the latest Macintosh version of MS Word does not have Macros.

Microsoft Access 2010 handout

Word 2007: Mail Merge Learning Guide

Maximizing the Use of Slide Masters to Make Global Changes in PowerPoint

Microsoft Access to Microsoft Word Performing a Mail Merge from an Access Query

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS

Introduction to Microsoft Access 2010

How To Insert Hyperlinks In Powerpoint Powerpoint

Avery Wizard: Using the wizard with Microsoft Word. This is a simple step-by-step guide showing how to use the Avery wizard in word

Process Document Campus Community: Create Communication Template. Document Generation Date 7/8/2009 Last Changed by Status

Importing Contacts to Outlook

Basics. a. Click the arrow to the right of the Options button, and then click Bcc.

Introduction. Inserting Hyperlinks. PowerPoint 2010 Hyperlinks and Action Buttons. About Hyperlinks. Page 1

Adobe Acrobat: Creating Interactive Forms

Implementing Mission Control in Microsoft Outlook 2010

Clean Up Rules Quick Steps Search Tools Change Views Export Data Convert to tasks Contact Groups. Outlook Functions

MICROSOFT OUTLOOK 2011 READ, SEARCH AND PRINT S

MICROSOFT ACCESS TABLES

OUTLOOK GETTING STARTED

When you have decided what to include in your signature, you will need to open the signatures and stationery dialogue box:

LEARNING RESOURCE CENTRE GUIDE TO OFFICE 365

Microsoft Excel 2013: Macro to apply Custom Margins, Titles, Gridlines, Autofit Width & Add Macro to Quick Access Toolbar & How to Delete a Macro.

Reduced Quality Sample

Creating a Website with Google Sites

Junk Settings. Options

Configuring Your Firewall for Client Access in Professional Edition

To successfully initialize Microsoft Outlook (Outlook) the first time, settings need to be verified.

Microsoft Office Access 2007 which I refer to as Access throughout this book

Consider the possible problems with storing the following data in a spreadsheet:

MICROSOFT OUTLOOK 2011 SYNC ACCOUNTS AND BACKUP

Instructions for creating a data entry form in Microsoft Excel

Introduction to Microsoft Access 2003

Create a New Database in Access 2010

SP Term Cloud Installation

MICROSOFT OUTLOOK 2011 ORGANIZE MESSAGES

Microsoft Office Live Meeting Audio Controls Users' Guide

Quick Start Guide. Microsoft Access 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve.

Creating tables of contents and figures in Word 2013

Introduction to Microsoft Access 2013

Microsoft PowerPoint 2010 Computer Jeopardy Tutorial

Outlook . Step 1: Open and Configure Outlook

Introduction. All About Outlook Outlook 2010 Getting to Know Outlook Video: Getting to Know Outlook 2010

Technical Bulletin. SQL Express Backup Utility

Remedy ITSM Service Request Management Quick Start Guide

Allowing other users to view and/or folders in Outlook (i.e., proxy access)

INFOPATH FORMS FOR OUTLOOK, SHAREPOINT, OR THE WEB

Department of Information Technology. Microsoft Outlook Outlook 101 Basic Functions

Getting Started Guide. Chapter 14 Customizing LibreOffice

Microsoft Office Live Meeting Audio Controls Users' Guide

Excel Reports User Guide

Teacher References archived classes and resources

Creating a Distribution List from an Excel Spreadsheet

Excel 2013 What s New. Introduction. Modified Backstage View. Viewing the Backstage. Process Summary Introduction. Modified Backstage View

Quick Start Guide. Microsoft Access 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve.

Advanced Presentation Features and Animation

Business Process Document Financials 9.0: Creating a Control Group and Vouchers. Creating a Control Group and Vouchers

Accessing the Professional Development Plan (PDP) Evaluation Process Staff Evaluations Edit Professional Development Plan.

Tutorial 3 Maintaining and Querying a Database

How to set up your Secure in Outlook 2010*

There are several ways of creating a PDF file using PDFCreator.

Microsoft Office Live Meeting Audio Controls Users' Guide

Microsoft Outlook 2007 Calendar Features

Appendix A How to create a data-sharing lab

Access Tutorial 3 Maintaining and Querying a Database. Microsoft Office 2013 Enhanced

Access 2010: The Navigation Pane

Microsoft Access 2010 Part 1: Introduction to Access

Step One. Step Two. Step Three USING EXPORTED DATA IN MICROSOFT ACCESS (LAST REVISED: 12/10/2013)

Update Instructions

Lesson 07: MS ACCESS - Handout. Introduction to database (30 mins)

Microsoft SharePoint 2010 End User Quick Reference Card

WINDOWS 7 EXPLORE INTERNET EXPLORER 8

Outlook 2007 EXPLORE THE OUTLOOK USER INTERFACE. Microsoft. Basic Tasks

Word 2010: Mail Merge to with Attachments

User Services. Intermediate Microsoft Access. Use the new Microsoft Access. Getting Help. Instructors OBJECTIVES. July 2009

Microsoft Dynamics CRM Clients

Check out our website!

Microsoft Access 2007

Outlook . Moving and deleting . Moving s

Configuring Outlook 2013 For IMAP Connections

Outlook Web App. in Office 365. The Outlook Window. Signing In. (Outlook Exchange Faculty & Staff) Getting Started

Outlook 2011 Window. [Day], [Work Week], [Full [Home]. Schedule and plan: Click the [New

Creating a Website with Google Sites

OUTLOOK 2010 TIPS TABLE OF CONTENTS 1. SEND A BLIND CARBON COPY MARQUETTE UNIVERSITY IT SERVICES

Extracting an S/MIME certificate from a digital signature

Quick Start Guide. Microsoft Publisher 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve.

Transcription:

Personalizing your Access Database with a Switchboard This document provides basic techniques for creating a switchboard in Microsoft Access. A switchboard provides database users with a customized way to interact with the database. Overview of Switchboards A switchboard is basically a menu, which provides database users with a starting place. It allows us to tie database objects (tables, queries, forms, reports, and macros) together with a user-friendly interface, thus providing database users with a personalized interface rather than the Access interface. Switchboards are also used as a way to protect database objects. By providing users with an easy-to-use interface, there may not be a need for them to browse through the database objects where they may inadvertently tamper with the data. Fundamentally, a switchboard is a form that contains customized command buttons. The buttons initiate actions, like opening a form or printing a report. Creating Macros for the Switchboard The switchboard manager includes built-in commands for common tasks, such as opening a form or report. Macros can be created to initiate additional actions. These macros will then be tied to buttons on the switchboard. To create a macro, 1. On the Create tab, in the Macros & Code group, click Macro. 2. The Macro Builder is displayed. Information Technology Services, UIS 1

3. Add an action to the macro. a. Click the Add New Action drop down tab. b. Type the desired action or click the arrow to select from the list of available actions. c. After selecting an action, users must specify arguments for the action, if any are required. For example, let s create a macro that automatically opens the Top Ten Orders by Sales Amount query. d. Optionally, type a comment for the action by selecting Comment under Program Flow. 4. To add more actions to the macro, repeat step 3. 5. Keep in mind that when you run the macro, Access carries out the actions in the order in which you list them. 6. When finished, under the File tab, click the Save button. Information Technology Services, UIS 2

a. Enter a name for the macro and click OK. Creating a Switchboard A switchboard can be created by scratch using an unbound form. However, Access provides a Switchboard Manager which automatically builds the code to make buttons work. The Switchboard Manager also makes it easy to add new buttons, rearrange buttons, and delete buttons. 1. From the Database Tools tab, click Switchboard Manager. Note: If you cannot find the Switchboard Manager icon, under the Home tab, choose Options, and customize your ribbon by adding Switchboard Manager. 2. Click Edit to make changes to the main switchboard. Click New to create a new switchboard. Multiple switchboards can be created, and then linked together through buttons, thus creating a system of layered menus. Information Technology Services, UIS 3

3. Click the New button to add items to the switchboard. 4. Customize the item by entering the name of the button, selecting the appropriate command, and then selecting the desired outcome of the command. Click OK when finished. a. Note that there are several built-in commands for common tasks. 5. Repeat these steps for each item on the switchboard. Click Close when finished adding items. Note that you can also re-arrange buttons on this screen by using the Move Up and Move Down buttons. Information Technology Services, UIS 4

6. Click Close to close the Switchboard Manager. 7. The Switchboard Manager automatically creates a Switchboard Items table. Display the Switchboard upon Start To make the switchboard automatically appear each time the database is opened, 1. Click the File tab and choose Options. Information Technology Services, UIS 5

2. From the Current Database tab on the left, select Switchboard from the Display Form dropdown list. Click OK when finished. 3. When the database is opened, this is what users will see: Customizing the Look of the Switchboard Switchboards are actually forms, and as such, we can use form design tools to customize the look. 1. Open the switchboard from the Navigation Pane. Information Technology Services, UIS 6

2. Switch to Design View. 3. You are now able to format and customize the switchboard to meet your needs. a. Use the features in the Controls group on the Design tab to add images, text boxes, draw lines, etc. b. The tools available on the Arrange tab are especially helpful for arranging controls with a precise look, for example, evenly spacing controls. Information Technology Services, UIS 7