Master Forms and Reports MIS 421. The Challenge Improve work flow by minimizing repetitive tasks. Create forms/reports with a consistent look and feel:

Slides:



Advertisements
Similar presentations
AS ICT Finding your way round MS-Access The Home Ribbon This ribbon is automatically displayed when MS-Access is started and when existing tables.
Advertisements

Microsoft PowerPoint 2013 An Overview.
Mark Dixon Page 1 05 – Database Design: Sub-forms.
Forms and Screen Design What is a form? A layout on screen which allows users to make choices, enter data or view data. They are found in: PC applications.
Creating Custom Forms. 2 Design and create a custom form You can create a custom form by modifying an existing form or creating a new form. Either way,
A Guide to Oracle9i1 Introduction To Forms Builder Chapter 5.
A Guide to Oracle9i1 Creating an Integrated Database Application Chapter 8.
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.
Access Tutorial 4 Creating Forms and Reports
Lesson 21 Getting Started with PowerPoint Essentials
1 Computing for Todays Lecture 16 Yumei Huo Fall 2006.
Access Tutorial 4 Creating Forms and Reports
Chapter 5 Using Business Information Sets
Access Lesson 4 Creating and Modifying Forms
Using Microsoft Word’s Mail Merge Features Lunch and Learn: March 15, 2005.
Access Tutorial 10 Automating Tasks with Macros
Microsoft Office Word 2013 Expert Microsoft Office Word 2013 Expert Courseware # 3251 Lesson 5: Setting Up Global Accessibility.
Developing Effective Reports
XP New Perspectives on Microsoft Access 2002 Tutorial 41 Microsoft Access 2002 Tutorial 4 – Creating Forms and Reports.
Tutorial 6 Using Form Tools and Creating Custom Forms
® Microsoft Access 2010 Tutorial 6 Using Form Tools and Creating Custom Forms.
Web Technologies Website Development Trade & Industrial Education
Using Form Tools and Creating Custom Forms Microsoft Access 2010.
XP Modifying the Slide Master Click the View tab on the Ribbon, and then, in the Master Views group, click the Slide Master button Click the Slide Master.
Choose a category. You will be given the answer. You must give the correct question. Click to begin.
Mail merge I: Use mail merge for mass mailings Perform a complete mail merge Now you’ll walk through the process of performing a mail merge by using the.
Automating Database Processing Chapter 6. Chapter Introduction Design and implement user-friendly menu – Called navigation form Macros – Automate repetitive.
ACCESS Part 2. OBJECTIVES  Use the Form Wizard  Create a split form  Use Form Layout View  Add fields to a form  Modify form controls  Create calculations.
Lecture Access – Reports. What’s a Report? Way to analyze your data –Groups –Sum / Average Paper or HTML output (or screen preview) Based on live data.
Microsoft Office 2007 Access Chapter 6 Using Macros, Switchboards, PivotTables, and PivotCharts.
S511 Session 7, IU-SLIS 1 DB Implementation: MS Access Forms.
FIRST COURSE Access Tutorial 4 Creating Forms and Reports.
® Microsoft Office 2010 Access Tutorial 3 Maintaining and Querying a Database.
Key Applications Module Lesson 21 — Access Essentials
COMPREHENSIVE Access Tutorial 6 Using Form Tools and Creating Custom Forms.
1. Chapter 15 Creating Charts 3 Charting Data in Word A chart or graph presents data visually. A chart depicts numeric data in a graphical format. If.
Unit 5, Lesson 2 Editing Records and Using Forms.
® Microsoft Access 2010 Tutorial 10 Automating Tasks with Macros.
Microsoft Access Lesson 2 Lexington Technology Center February 13, 2003 Bob Herring On the Web at
Fall 2003Sylnovie Merchant, Ph.D. ACCESS Tutorial Note: The purpose of this tutorial is to provide an introduction to some of the functions of ACCESS in.
CS 281 – Fall 2015 Lab 4 Parametric Query and Forms in MS Access.
Click your mouse for next slide Adding Text Click in any text box Type in your text OR.
CMPF114 Computer Literacy Chapter 3 The Visual Basic Environment 1.
Access Lesson 9 Using Advanced Form Features Microsoft Office 2010 Advanced Cable / Morrison 1.
Printing Reports. Creating Reports  Reports are the best way to put information from database onto paper, PDF files, and other formats.  In a report,
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft Access 2002 Advanced Form Design.
MSOffice Access Microsoft® Office 2010: Illustrated Introductory 1 Part 2 ® Building Queries.
Microsoft Access Prepared by the Academic Faculty Members of IT.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 6 1 Microsoft Office Access 2003 Tutorial 6 – Creating Custom Forms.
® Microsoft Office 2010 Access Tutorial 4 Creating Forms and Reports.
Lesson 3: Working with Forms. Learning Objectives After studying this lesson, you will be able to: Identify form design elements Create and print forms.
CS 281 – Fall 2010 Lab 4 Parametric Query and Forms in MS Access.
XP New Perspectives on Microsoft Office Access 2003 Tutorial 4 1 Microsoft Office Access 2003 Tutorial 4 – Creating Forms and Reports.
Karolina Muszyńska
2014 학년도 조선해양 과 현장학습 사전조사 보고서 1 학년 A 반 1 조. How do I modify the LOGO on all slides? 1.This task can be done easily from the [Slide master]. 2.On the [View]
Microsoft Office Access 2003
Building a User Interface with Forms
Developing Forms and Subforms.
Access Creating Forms and Reports
Access Maintaining and Querying a Database
Access Tutorial 4 Creating Forms and Reports
Microsoft Office Access 2003
Microsoft Publisher 2010 Illustrated Introductory
Microsoft Office Access 2003
Access: Forms Participation Project
Access Tutorial 4 Creating Forms and Reports
Texts.
Tutorial 10 Automating Tasks with Macros
Tutorial 4 Creating Forms and Reports
Presentation transcript:

Master Forms and Reports MIS 421

The Challenge Improve work flow by minimizing repetitive tasks. Create forms/reports with a consistent look and feel: –Color –Layout –Fonts –Buttons –Properties, etc.)

– Solution – Master Forms and Reports Definition A master form or master report is a template from which other forms and reports can be created. Procedure Create the master. Copy the master to create a new document. Benefits Consistent look and feel Time savings

Sample Master Form Set standard … Properties Events (c.f. Design Standards) For forms that display just one record at a time Add standard … Buttons Logo Text

Creating a Close button 1.On the Design ribbon enable the Control Wizards button. (Magic wand) 2.Select the Button button. Then click on the form. 3.In the Command Button Wizard window, select Form Operations and Close Form. Then Next. 1. Wizard 2. Button

Creating a Close button 4.Choose your text or picture. 5.On the last page of the wizard, give the button a meaningful name, beginning with cmd, such as cmdCloseForm.

A Note about the Close button If you test the Close button on your Master form it will throw this error message and the form will not close. Explanation. That’s okay. The Wizard has created a button_Click event procedure for you. That procedure tests to see if the form has any “dirty” data (i.e. modified, but not yet saved to the database). The error shown above occurs because your Master Form has no data source. When you use your Master Form to make new forms, those forms will have a data source and the Close button will work properly. We will discuss some forms that have no data source later in the quarter.

Multiple Masters Form and Report Masters –Creating a Report Master is similar to the process just described for form. A Master for each type of form –In this workshop you have created a form master that is appropriate for forms that show only one record at a time. –You may want to create additional masters, e.g. … Master for forms that show multiple records at once Master for forms that show no data records (e.g. switchboard forms or splash forms Master for forms that offer choices, e.g. pop-ups or navigation forms Master for subforms –You will learn to create these other types of forms later in the quarter.