Creating a multi-page form using Tab Controls. In today’s class, we will be using the Tab Control method to create the Form / SubForm combination.

Slides:



Advertisements
Similar presentations
Benchmark Series Microsoft Access 2010 Level 1
Advertisements

Microsoft Office 2007 Access Chapter 3 Maintaining a Database.
An Introduction to Forms (continued). The Major Steps of a MicroSoft Access Database  Tables  Queries  Forms  Macros  Reports  Modules On our road.
Chapter 5 Multitable Forms
Customizing Reports. Custom Reports A report is a formatted hardcopy of the contents of one or more tables from a database. Although you can format and.
XP New Perspectives on Microsoft Access 2002 Tutorial 61 Microsoft Access 2002 Tutorial 6 – Creating Custom Reports.
Pasewark & Pasewark Microsoft Office XP: Introductory Course 1 INTRODUCTORY MICROSOFT ACCESS Lesson 4 – Finding and Ordering Data.
Mark Dixon Page 1 05 – Database Design: Sub-forms.
Access Tutorial 3 Maintaining and Querying a Database
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 3 1 Microsoft Office Access 2003 Tutorial 3 – Querying a Database.
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.
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.
Querying a Database Microsoft Office Access 2003.
Office 2003 Introductory Concepts and Techniques M i c r o s o f t Access Project 3 Maintaining a Database Using the Design and Update Features of Access.
1 Computing for Todays Lecture 16 Yumei Huo Fall 2006.
Access Tutorial 10 Automating Tasks with Macros
Chapter 3 Maintaining a Database
Maintaining and Querying a Database Microsoft Access 2010.
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
Your Tour Guide is Jim Provensal. What We Will Cover s Introduction to MicroSoft Access u What is a database u What is a “Relational” Database s The Major.
® 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.
On Line Viewing Tip #1: While viewing this presentation in your browser, select Browse, Full Screen. Then, when you want to pause the show, Right Click.
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.
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.
XP New Perspectives on Microsoft Access 2002 Tutorial 21 Microsoft Access Tutorial 2 – Creating And Maintaining A Database.
XP 1 Microsoft Access 2003 Introduction To Microsoft Access 2003.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 2 1 Microsoft Office Access 2003 Tutorial 2 – Creating And Maintaining A.
FIRST COURSE Access Tutorial 4 Creating Forms and Reports.
® Microsoft Office 2010 Access Tutorial 3 Maintaining and Querying a Database.
COMPREHENSIVE Access Tutorial 6 Using Form Tools and Creating Custom Forms.
SESSION 3.1 This section covers using the query window in design view to create a query and sorting & filtering data while in a datasheet view. Microsoft.
Office 2003 Post-Advanced Concepts and Techniques M i c r o s o f t Access Project 7 Advanced Report and Form Techniques.
Filtering Data A filter is a set of restrictions you place on the records of an open datasheet or form to temporarily isolate a subset of the records.
XP New Perspectives on Microsoft Access 2002 Tutorial 1 1 Microsoft Access 2002 Tutorial 1 – Introduction To Microsoft Access 2002.
Microsoft Access 2010 Chapter 8 Advanced Form Techniques.
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.
COMPREHENSIVE Access Tutorial 3 Maintaining and Querying a Database.
There are seven main components of a database in Access 2000: Tables. Use tables to store database information. Forms Use forms to enter or edit the information.
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.
Office 2003 Introductory Concepts and Techniques M i c r o s o f t Access Project 1 Creating and Using a Database.
Microsoft Access 2010 Chapter 4 Creating Reports and Forms.
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.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 4 – Finding and Ordering Data.
Work with Tables and Database Records Lesson 3. NAVIGATING AMONG RECORDS Access users who prefer using the keyboard to navigate records can press keys.
Customizing Reports Adding a Date to a Report Reference Window Adding a Date to a Report Display the report in the design view Click the Text Box Tool.
CPSC 203 Introduction to Computers T97 By Jie (Jeff) Gao.
Key Applications Module Lesson 22 — Managing and Reporting Database Information Computer Literacy BASICS.
MSOffice Access Microsoft® Office 2010: Illustrated Introductory 1 Part 2 ® Building Queries.
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.
COMPREHENSIVE Access Tutorial 1 Creating a Database.
XP New Perspectives on Microsoft Office Access 2003 Tutorial 4 1 Microsoft Office Access 2003 Tutorial 4 – Creating Forms and Reports.
Maintaining a Database Using the Design and Update Features of Access
Access Project 8 Using Visual Basic for Applications (VBA) and Creating Multi-Page Forms.
Enhancing Forms with OLE Fields, Hyperlinks, and Subforms
Chapter 7 Advanced Form Techniques
Microsoft Office Access 2003
Microsoft Office Access 2003
Microsoft Office Access 2003
Microsoft Office Access 2003
Microsoft Office Access 2003
CREATING QUERIES, FORMS, AND REPORTS Section 3
Presentation transcript:

Creating a multi-page form using Tab Controls

In today’s class, we will be using the Tab Control method to create the Form / SubForm combination.

Last week we took a look under the hood so to speak, at the principal behind the process.

When you create a form containing data from two tables that have a one-to-many relationship, you actually create a main form for data from the primary table and a subform for data from the related table. Main Form SubForm

You can use tab controls to create a form / sub-form combination, or you can simply add more fields to a form from the same source making a multi- page form. Main Form SubForm

You can create a multi-page form in two ways: by inserting a page break control in the form or by using a tab control. If you insert a page break control in a form, the user can move between pages using the Page Up and Page Down keys on the keyboard.

If you use a tab control, the control appears with tabs at the top, with one tab for each page. The user can switch between pages by clicking the tabs. Page 2 Page 1

To create a tab control on a form, you use the tab control tool from the tool box.

Tab Controls, like any other object have properties. They can be viewed by right clicking on the tab control and selecting Properties from the short cut menu.

It’s important to note also, that not only does the tab control itself have properties, but each tab has it’s own set of properties as well.

The caption property for each tab is where you place the text that will appear on the tab.

To use the control wizard to add a tab control to a form, first, open the form in design view and make sure that your Toolbox is visible.

Next, make sure that your wizard control button on the Toolbox is active. (inserted)

Then, click the tab control tool on the toolbox to activate it, and release the mouse button. The tool becomes inserted and the cursor will change.

Next, position the pointer in the form at the location for the upper left corner of the tab control and then click the left mouse button.

The exercise beginning on page AC 5.41 in your book shows steps of the creation of a tab control using the wizard.

Once the tab control is placed on the form, you are now ready to place objects on the control, such as labels and fields, and you can then align each object accordingly.

To align labels on a form, first select the labels that you want to align.

To select multiple labels, click the first label, press and hold down the shift key and click the other labels while holding down the shift key. After all the labels have been selected, click format on the menu bar, point to align, and select the alignment that you want. right, left, etc.

Using a filter to find records on a form

Recall that a filter is a set of criteria that describes the records you want to see, in a datasheet or a form, and their sequence. A filter is like a query, but it applies only to the current table, datasheet, query datasheet, form or form datasheet. If you want to use a filter at another time, you can save the filter as a query.

Access provides four filter tools that allow you to specify and apply filters. Filter By Selection, Filter by Form, Filter For Input, And Advanced Filter/sort.

With Filter By Selection, Filter By Form, and Filter For Input, you specify the record selection criteria directly in the form.

With Filter By Selection, finds records that match a particular field value.

Filter By Input and Filter By Form find records that match multiple selection criteria, using the same Access logical and comparison operators that you use in queries.

After applying a filter by selection or by form or for input, you can rearrange the records using the Sort Ascending or Sort Descending toolbar buttons, if necessary.

Advanced Filter/Sort allows you to specify multiple selection criteria and to specify a sort order for the selected records in the Advanced Filter/sort window, in the same way you specify record selection criteria and sort orders for a query in Design view.

The above is the Advanced / Filter Sort window. Notice that it looks just like a query design window. The difference here is that it pertains only to one table, where as a query can use multiple tables.

By saving a Filter as a Query, you can reuse the filter in the future by opening the saved query. To Save a Filter as a Query, First, Create a filter using Filter By Selection, Filter By Form, Filter for Input, or Advanced Filter/Sort.

Next, Click the Save As Query button the the Form/Sort toolbar to open the Save As Query Dialog box. Finally, Type the name for the query, and then press the Enter key (or click the OK Button).

To apply a filter that was saved as a query, First, Open the form to which you want to apply the filter. Then click the Filter By Form button on the Form View toolbar.

Next Click the Load from Query button on the Filter/Sort toolbar, select the query you want to apply. Access loads the saved query into the Filter grid.

Finally, click the Apply Filter button on the Filter/Sort toolbar.

Page AC 5.54 Quick Check Review

Let’s take a few moments to break up into discussion groups. Each group will discuss the quick check questions on page AC 5.54 in your books. We will then review the answers at the end of the discussion.

Quick Check Review Session 5.3 1) Describe how you would use a Control Wizard to add a tab control to a form.

Quick Check Review Session 5.3 Additional Question 1) Which control on the toolbox should be active in order for this wizard to be used?

Quick Check Review Session 5.3 2) How do you right-align a group of labels?

Quick Check Review Session 5.3 3) What is the purpose of Filter By Form?

Quick Check Review Session 5.3 4) How do you reuse a filter in the future?

Quick Check Review Session 5.3 5) What is the difference between opening a query and applying a query to a form?

Your task today is to complete the exercises in Tutorial #5 Page A5.40 through Page A5.54 The disk is Level 2 Disk 1