DB Implementation: MS Access Forms. MS Access Forms  Purpose Data entry, editing, & viewing data in tables Forms are user-friendlier to end-users than.

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
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
Unit J: Creating a Database Microsoft Office Illustrated Fundamentals.
® Microsoft Access 2010 Tutorial 6 Using Form Tools and Creating Custom Forms.
Advanced Forms Lesson 10.
© 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
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.
McGraw-Hill/Irwin ©2009 The McGraw-Hill Companies, All Rights Reserved Business Driven Information Systems 2e Plug-In T6: Basic Skills and Tools Using.
Lesson 2.  To help ensure accurate data, rules that check entries against specified values can be applied to a field. A validation rule is applied to.
Microsoft Office 2007 Access Chapter 6 Using Macros, Switchboards, PivotTables, and PivotCharts.
S511 Session 7, IU-SLIS 1 DB Implementation: MS Access Forms.
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.
With Microsoft Office 2007 Introductory© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Office 2007 Introductory.
® 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.
CIS 250 Advanced Computer Applications Introduction to Access.
Office Management Tools II Ms Saima Gul. Office Management Tools II Ms Saima Gul.
Microsoft Access 2010 Chapter 10 Administering a Database System.
Microsoft Access 2010 Chapter 8 Advanced Form Techniques.
Databases,Tables and Forms Access Text by Grauer Chapters 1 & 2.
Unit 5, Lesson 1 Working with Databases. Objectives Identify the parts of the Access screen. Identify the parts of the Access screen. Understand the purpose.
1/62 Introduction to and Using MS Access Database Management and Analysis Yunho Song.
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.
MS-Access XP Lesson 4. Modifying Queries 1.Select query in queries 2.Click design button or Right click on query and click design view 3.Change query.
1 11 Exploring Microsoft Office Access 2007 Chapter 6 Data Protection.
Lesson 4.  After a table has been created, you may need to modify it. You can make many changes to a table—or other database object—using its property.
1Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall. Exploring Microsoft Office Access 2010 by Robert Grauer, Keith Mast, and Mary Anne.
MSOffice Access Microsoft® Office 2010: Illustrated Introductory 1 Part 1 ® Database & Table.
DAY 18: ACCESS CHAPTER 3 Tazin Afrin October 22,
Database Applications – Microsoft Access Lesson 6B Advanced Features on Custom Forms 1.
Chapter 5 Introduction To Form Builder. Lesson C Objectives  Use sequences to automatically generate primary key values in a form  Create lists of values.
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.
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.
Using Macros, Switchboards, PivotTables, and PivotCharts
Microsoft Access 2016 Simplify Data Entry with Forms
Building a User Interface with Forms
Developing Forms and Subforms.
Forms.
GO! with Microsoft Office 2016
Simplify Data Entry with Forms Chapter 3
DB Implementation: MS Access Forms
DB Implementation: MS Access Forms
Exploring Microsoft® Office 2016 Series Editor Mary Anne Poatsy
Presentation transcript:

DB Implementation: MS Access Forms

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) Database Design 2

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 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) Resize form sections (e.g., Form Header, Detail section) Change certain form properties Work with more design tools Provides a more detailed view of form structure e.g., Form sections Database Design 3

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), and  To process user input Calculated control Source data = an expression To display information calculated from underlying table/query or other controls Database Design 4

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 Database Design 5 MS Access 2007: Text Box MS Access 2007: Check Box, Option & Toggle Button MS Access 2007: Command Button

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 Database Design 6 MS Access 2007: List Box & Combo Box

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). Modal  Yes to open a form as a modal window (disables navigation pane & other windows). Database Design 7

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 No to allow the user to enter a value not in the list Database Design 8

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. Database Design 9

Form How-To : Tools Database Design 10 Layout/Design View Design View

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 Database Design 11