S511 Session 7, IU-SLIS 1 DB Implementation: MS Access Forms.

Slides:



Advertisements
Similar presentations
Copyright © 2008 Pearson Prentice Hall. All rights reserved Committed to Shaping the Next Generation of IT Experts. Exploring Microsoft Office Access.
Advertisements

Microsoft Office 2007 Access Chapter 3 Maintaining a Database.
Chapter 5 Multitable Forms
With Microsoft Access 2010© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Access.
Collecting Data with Well-Designed Forms
Creating Custom Reports. 2 Design and create a custom report You can easily create custom reports based on a table or query. There are seven sections.
LSP 121 Access Forms, Reports, and Switchboard. Access Forms.
XP New Perspectives on Microsoft Access 2002 Tutorial 61 Microsoft Access 2002 Tutorial 6 – Creating Custom Reports.
By Mary Anne Poatsy, Keith Mulbery, Eric Cameron, Jason Davidson, Rebecca Lawson, Linda Lau, Jerri Williams Chapter 7 Advanced Forms and Reports 1 Copyright.
Mark Dixon Page 1 05 – Database Design: Sub-forms.
Guide to Oracle10G1 Introduction To Forms Builder Chapter 5.
1 Chapter 3 Reviewing Forms, Reports, and Data Access Pages.
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.
FIS 318/618: Financial Systems & Databases Forms and Reports Oakland University School of Business Administration Accounting and Finance Joe Callaghan.
Tutorial 6 Using Form Tools and Creating Custom Forms
Pasewark & Pasewark 1 Access Lesson 4 Creating and Modifying Forms Microsoft Office 2007: Introductory.
Access Lesson 4 Creating and Modifying Forms
Access Ch 5 Review.
Access Tutorial 10 Automating Tasks with Macros
Chapter 9 Macros, Navigation Forms, PivotTables, and PivotCharts
Chapter 3 Maintaining a Database
Tutorial 6 Using Form Tools and Creating Custom Forms
® Microsoft Access 2010 Tutorial 6 Using Form Tools and Creating Custom Forms.
Advanced Forms Lesson 10.
XP New Perspectives on Microsoft Access 2002 Tutorial 51 Microsoft Access 2002 Tutorial 5 – Enhancing a Table’s Design, and Creating Advanced Queries and.
© Paradigm Publishing, Inc Access 2010 Level 2 Unit 1Advanced Tables, Relationships, Queries, and Forms Chapter 4Creating and Using Custom Forms.
Using Form Tools and Creating Custom Forms Microsoft Access 2010.
Chapter 6 Advanced Report Techniques
© Paradigm Publishing, Inc Access 2010 Level 2 Unit 2Advanced Reports, Access Tools, and Customizing Access Chapter 5Creating and Using Custom Reports.
Creating your own form from scratch.. To create a custom form, you can modify an existing form or design and create a form from scratch. In either case,
Automating Database Processing Chapter 6. Chapter Introduction Design and implement user-friendly menu – Called navigation form Macros – Automate repetitive.
CSS/417 Introduction to Database Management Systems Workshop 2.
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.
Microsoft Office 2007 Access Chapter 6 Using Macros, Switchboards, PivotTables, and PivotCharts.
Microsoft Access 2013 Simplify Data Entry with Forms Chapter 3.
With Microsoft Office 2007 Intermediate© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Office 2007 Intermediate.
® 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.
Office Management Tools II Ms Saima Gul. Office Management Tools II Ms Saima Gul.
Office 2003 Post-Advanced Concepts and Techniques M i c r o s o f t Access Project 7 Advanced Report and Form Techniques.
Microsoft Access 2010 Chapter 8 Advanced Form Techniques.
Databases,Tables and Forms Access Text by Grauer Chapters 1 & 2.
DB Implementation: MS Access Forms. MS Access Forms  Purpose Data entry, editing, & viewing data in tables Forms are user-friendlier to end-users than.
Forms Using. 2  Plan a form  Create a form  Move and resize controls  Modify labels  Modify text boxes Objectives.
Microsoft Access 2000 Presentation 3 Creating Databases Part II (Creating Forms)
Microsoft Access 2002 Illustrated Complete Forms Using.
Introduction to a Database Defining a database Database window in Access The six items in window: Tables, Queries Forms, Reports, Macros, Modules.
CS 281 – Fall 2015 Lab 4 Parametric Query and Forms in MS Access.
1 11 Exploring Microsoft Office Access 2007 Chapter 6 Data Protection.
Database Applications – Microsoft Access Lesson 6B Advanced Features on Custom Forms 1.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 6 1 Microsoft Office Access 2003 Tutorial 6 – Creating Custom Forms.
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.
Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall. 1 Skills for Success with Microsoft ® Office 2007 PowerPoint Lecture to Accompany.
DB Implementation: MS Access Forms. MS Access Forms: Purpose Data entry, editing, & viewing data in Tables Forms are user-friendlier to end-users than.
Microsoft Access 2016 Simplify Data Entry with Forms
Building a User Interface with Forms
Developing Forms and Subforms.
Forms.
Simplify Data Entry with Forms Chapter 3
DB Implementation: MS Access Forms
Microsoft Office Access 2003
Chapter 7 Advanced Form Techniques
Microsoft Office Access 2003
Microsoft Office Access 2003
Database Applications – Microsoft Access
DB Implementation: MS Access Forms
Presentation transcript:

S511 Session 7, IU-SLIS 1 DB Implementation: MS Access Forms

S511 Session 7, IU-SLIS 2 Outline Access Forms ► Views ► Controls ► Control Properties ► Subforms MS Access File for Lecture

S511 Session 7, IU-SLIS 3 MS Access Forms Purpose ► Data entry, editing, & viewing data in tables Forms are user-friendlier to end-users than tables.  “Window through which people see and reach the database” Forms have facilities for data filtering, automation, & validation that complement table and query functionalities.  Display a subset of fields/rows for restricted access & facilitated data use  Add buttons that automate frequently performed actions  Create mechanisms (e.g., macros) that validate & facilitate data entry Type ► Bound form Bound to an underlying table or query Derives data from and writes to the underlying table ► Unbound form Not linked (e.g. SwitchBoard)

S511 Session 7, IU-SLIS 4 Access Forms: Views Form View ► For entering & viewing data ► Default view for the users Layout View ► For make changes to the form design while viewing data The most intuitive view to use for form modification Useful for setting the size of controls and assessing the visual appearance and usability of the form ► Can be used for most of the form design changes Design View ► For performing advanced form design tasks Add a wider variety of controls Edit Text Box control source in the Text Box (instead of in the Property Sheet) Change certain form properties (e.g., Default View) Resize form sections (e.g., Form Header, Detail section) ► Provides a more detailed view of form structure e.g., Form sections Cannot see the underlying data

S511 Session 7, IU-SLIS 5 Access Forms: Controls Form Controls ► GUI object that displays data, perform action, enhance UI. Control Types ► Bound control Source data = a field in a table or query  For displaying values that come from fields in the database ► Unbound control Does not have source data  For displaying information, graphics (e.g., label, line, title),  To perform actions, and  To process user input ► Calculated control Source data = an expression To display information calculated from underlying table/query or other controls

S511 Session 7, IU-SLIS 6 Form Controls: Basic Text Box ► Standard control for viewing & editing data ► Holds the content of an existing table/query field or user input Check Box, Option & Toggle Button ► Display On/Off, True/False, Yes/No values Check Box = default control for Yes/No field ► Typically used in an option group  to represent one value of choice. Option Group ► Groups controls together in a frame  to allow only one selection in the group. ► The value of an option group can only be a number, not text. Command Button ► Execute an action or a set of actions MS Access 2007: Text Box MS Access 2007: Check Box, Option & Toggle Button MS Access 2007: Command Button

S511 Session 7, IU-SLIS 7 Form Controls: List & Combo Box Display a list of choices to select from.  Can connect to existing data or use a fixed set of values ► List Box Several rows are visible at all times. User is limited to the choices given.  i.e., cannot type in new values ► Combo Box List is hidden until the drop-down arrow is clicked. User can enter values not in the list.  Text box + List box MS Access 2007: List Box & Combo Box

S511 Session 7, IU-SLIS 8 Access Forms: Control Properties Format Properties ► Caption  set the value of Label controls ► Visible  show/hide a control ► Scroll Bars  show/hide vertical/horizontal scroll bars of form/subform ► Record Selectors  show/hide the record selector of form/subform ► Navigation Buttons  show/hide the navigation buttons of form/subform ► Format  set the display format of Text Box controls Data Properties ► Record Source  determine whether form/subform is bound or unbound ► Control Source  determine whether a control is bound, unbound, or calculated ► Default Value, Input Mask, Validation Rule/Text  same as Table Field properties ► Locked  Yes to prevent data edit Event Properties ► Set actions to perform by various event triggers Other Properties ► Name  set the name of a control ► Pop Up  Yes to open a form as a pop-up window (disables menus & toolbars).pop-up window ► Modal  Yes to open a form as a modal window (disables navigation pane & other windows).modal window

S511 Session 7, IU-SLIS 9 Form Properties: Combo/List Box Format Properties ► Column Count number of columns in the list ► Column Widths width of each column separated by semi-colon ► Column Heads Yes to display the column headings ► List Rows max. number of rows to display ► List Width width of the list Data Properties ► Row Source source of the list data ► Row Source Type Table/Query, Value List ► Bound Column the column whose value will be returned/used ► Limit To List Yes to allow the user to enter a value not in the list

S511 Session 7, IU-SLIS 10 Form How-To : Creation Create a form using the Form Tool ► Place all the fields from the underlying data source on the form with a single mouse-click. ► Begin using the form immediately or modify it in Layout/Design view. 1. In the Navigation Pane, click the data source for the form (i.e., table/query). 2. On the Create tab, in the Forms group, click Form. The form is created with the stacked control layout by default. Click Remove in Control Layout group of the Arrange tab to undo the control layout. Create a form using the Form Wizard ► Place selected fields from the underlying data source on the form in a controlled fashion. 1. On the Create tab, in the Forms group, click More Forms, and then click Form Wizard. 2. Follow the directions on the pages of the Form Wizard. Create a split form by using the Split Form Tool ► Display a Form view and a Datasheet view at the same time. use the datasheet portion to quickly locate a record, and then use the form portion to view/edit the record. Create a form using the Multiple Items Tool ► Create a customizable form that displays multiple records. Create a form using the Blank Form Tool ► Create a form from scratch by selecting fields from the Field List.

S511 Session 7, IU-SLIS 11 Form How-To: Subforms Subform = a form that is inserted in another form (i.e. main form) ► good for showing data from 1:M relationship tables Display customer data along with customer order information Subform Creation ► Creates a form and a subform at the same time By using the Form Wizard 1. select multiple linked tables/queries in Form Wizard 2. choose Form with subforms option in Form Wizard – main form = 1-side table, subform = many-side table ► Add a form to another form to create a subform By dragging the subform/table to the main form 1. open the main form in design view 2. make sure the Control Wizard Tool in the toolbox is selected. 3. drag a subform/table from the Navigation Pane onto the main form. By using the Subform/Subreport Tool 1. open the main form in design view 2. make sure the Control Wizard Tool in the toolbox is selected. 3. click the Subform/Subreport Tool in the toolbox. 4. on the form, click where you want to place the subform. 5. select the linked table in Subform Wizard MS Access 2007: Form with a subform

S511 Session 7, IU-SLIS 12 Form How-To : Tools Layout/Design View Design View

S511 Session 7, IU-SLIS 13 Access Forms : Design Considerations Usability ► Easy-to-understand Visual guide to the sequence of data entry Appropriate labels, formats, control tip text ► Easy-to-use Facilitate data entry  Option Group, Check Box, Combo Box, Default Value ► Logical layout Grouping, Tab Order Consistent look Data Accuracy ► Error-trapping features Input Masks, Validation Rules ► Error-reduction features List box, Check box