Forms: Getting Started Why use forms? –Make applications easier to use –Prevent errors –provide different groups of users with different views of the database.

Slides:



Advertisements
Similar presentations
Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
Advertisements

Chapter 5 Multitable Forms
With Microsoft Access 2010© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Access.
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.
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,
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 2 1 Microsoft Office Access 2003 Tutorial 2 – Creating And Maintaining A.
Microsoft Access Project Five Enhancing Forms with OLE Fields, Hyperlinks, and Subforms.
LSP 121 Access Forms, Reports, and Switchboard. Overview You’ve learned several of the basic nuts-and-bolts of creating a database, entering data, and.
Lecture Access – Forms. What’s a Form? Easier way to get to your data –Add –Change –Delete More secure –Users see only what you want Additional features.
ISP 121 Week 3 Access Forms and Reports. Displaying Data – The Form One way to start a form is to use the Form Wizard What table or query are you creating.
Creating And Maintaining A Database. 2 Learn the guidelines for designing databases When designing a database, first try to think of all the fields of.
Access Tutorial 4 Creating Forms and Reports
Access Tutorial 4 Creating Forms and Reports
Pasewark & Pasewark 1 Access Lesson 4 Creating and Modifying Forms Microsoft Office 2007: Introductory.
Access Lesson 4 Creating and Modifying Forms
1 Access Lesson 5 Creating and Modifying Reports Microsoft Office 2010 Introductory Pasewark & Pasewark.
Access Ch 5 Review.
Pasewark & Pasewark Microsoft Office XP: Introductory Course 1 INTRODUCTORY MICROSOFT ACCESS Lesson 3 – Creating and Modifying Forms.
XP Chapter 4 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Collecting Data for Well-Designed Forms Chapter 4 “Making.
Tutorial 6 Using Form Tools and Creating Custom Forms
® Microsoft Access 2010 Tutorial 6 Using Form Tools and Creating Custom Forms.
XP New Perspectives on Microsoft Access 2002 Tutorial 51 Microsoft Access 2002 Tutorial 5 – Enhancing a Table’s Design, and Creating Advanced Queries and.
1 Access Lesson 5 Creating and Modifying Reports Microsoft Office 2010 Introductory.
© 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.
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,
Office 2003 Advanced Concepts and Techniques M i c r o s o f t Access Project 5 Enhancing Forms with OLE Fields, Hyperlinks, and Subforms.
Database Applications – Microsoft Access Lesson 6A Designing Custom Forms Updated F13 24 slides in presentation 1.
Management Information Systems MS Access MS Access is an application software that facilitates us to create Database Management Systems (DBMS)
Access Review. Creating tables Define the tables before start creating in Access –use the DB design materials –define the type of fields and length Create.
Office 2003 Advanced Concepts and Techniques M i c r o s o f t Access Project 5 Enhancing Forms with OLE Fields, Hyperlinks, and Subforms.
S511 Session 7, IU-SLIS 1 DB Implementation: MS Access Forms.
With Microsoft Office 2007 Intermediate© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Office 2007 Intermediate.
Database Applications – Microsoft Access Lesson 3 Creating and Modifying Forms and Reports Updated 09/13 35 slides in presentation.
FIRST COURSE Access Tutorial 4 Creating Forms and Reports.
Pasewark & Pasewark 1 Access Lesson 5 Creating and Modifying Reports Microsoft Office 2007: Introductory.
COMPREHENSIVE Access Tutorial 6 Using Form Tools and Creating Custom Forms.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 3 – Creating and Modifying Forms.
Microsoft Access 2010 Chapter 8 Advanced Form Techniques.
Databases,Tables and Forms Access Text by Grauer Chapters 1 & 2.
Course ILT Forms and queries Unit objectives Create forms by using AutoForm and the Form Wizard, and add or modify form headers and footers Open and enter.
Access Forms and Queries. Entering Data in Your Table  You can add data to your table in Datasheet view, by typing in the columns and rows.  This.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 3 – Creating and Modifying Forms.
Pasewark & Pasewark 1 Access Lesson 5 Creating and Modifying Reports Microsoft Office 2007: Introductory.
CS 281 – Fall 2015 Lab 4 Parametric Query and Forms in MS Access.
Access Forms and Reports.  One way to start a form is to use the Form Wizard  Let’s create a form for our Real Estate database, for the Listings table.
Microsoft Access 2000 Modifying Tables, Creating Forms and Viewing Data.
1 After completing this lesson, you will be able to: Create a form using AutoForm. Create a form using the Form Wizard. Add controls to a form. Modify.
Reports: Getting started Reports in MS Access are a lot like forms Usually build a report on a query that selects and sorts your data Reports often have.
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.
Access Queries and Forms. Adding a New Field  To insert a field after you have saved your table, open Access, and open the table  It is easier to add.
Access Review. Creating tables Define the tables before start creating in Access –use the DB design materials –define the type of fields and length Create.
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.
Microsoft Access 2007 – Level 2
Building a User Interface with Forms
Developing Forms and Subforms.
Enhancing Forms with OLE Fields, Hyperlinks, and Subforms
DB Implementation: MS Access Forms
Microsoft Office Access 2003
Microsoft Office Access 2003
Microsoft Office Access 2003
Database Applications – Microsoft Access
DB Implementation: MS Access Forms
Access Review.
Access: Forms Participation Project
Presentation transcript:

Forms: Getting Started Why use forms? –Make applications easier to use –Prevent errors –provide different groups of users with different views of the database There are LOTS of details in creating forms We will just get started on it here -- use your book to learn more if you want

Two strategies for forms Make an autoform and adjust it –Move the controls around –Remove controls you don’t want –change colors and other properties Design the form from scratch –Put the controls you want, where you want –Set the properties as you want

Controls and Properties On forms, everything is called a control –Boxes, buttons, etc… Controls have properties that govern their appearance, behavior and their connection to the underlying data Properties are CRUCIAL –the more you know, the more you can do

Making a new form is easy Experiment with autoforms & the form wizard Forms work with both tables & queries

Autoforms include all the fields

Changes to design mode to modify the form

Right-button for colors, alignment, tab order and other properties

To kill that annoying cloud picture, change the form’s “picture” property

And choose a color...

Forms can have validation rules for each control (data field)

Moving controls can be frustrating -- stay calm! Click & drag here to move the LABEL Click & drag here to move the DATA

Forms and subforms How to display “one-to-many” data in a way that can be easily edited? –Parent form displays unique data from “one” side –Subform displays repeating data from the “many” side Examples: –Each resume has many prior jobs –Each resume has many educations credentials In the ActRep database, each person has many activities –Need a form for people and a sub-form for their activities

Strategy for subforms Draw the forms and subforms on paper Create the main form first, then the subform Edit the main form to include the subform Link them together –Use the properties of the subform control –Use the “subform field linker” Adjust everything until you like it

Make the main form based on the “people” table This time, try working without the wizard...

A blank form, a list of field, and a toolbox for all the controls

Lots of controls to choose from Hold the mouse over the icon to see what kind of control it is. EXPERIMENT! … pictures... Tabs (HR/Vantage uses this a lot) Subforms (to include related tables) Buttons, boxes...

Add the controls you want to the parent form 1. First click on the kind of control 2. Next click on the name of the field 3. Drag the field onto the form & move it where you want it

Make the subforms (try the “tabular” autoform)

Needs work, but not a bad start...

Edit the form as necessary Remove, re-label, and move controls Note the exact width (e.g., 5-1/2 inches)

Here’s just the subform...

Edit the parent to include the subform

Make it the right size and set its properties Right-button on the subform area to get at the properties

Data properties are critical Source object is the name of the subform

Use the Subform Field Linker This determines which fields are linked Read this description of the result if you’re not sure

Adjust things until you like it