Home > Store

Microsoft Access 2003 Forms, Reports, and Queries

Register your product to gain access to bonus material or receive a coupon.

Microsoft Access 2003 Forms, Reports, and Queries

Book

  • Sorry, this book is no longer in print.
Not for Sale

Description

  • Copyright 2005
  • Dimensions: 7-3/8" x 9-1/8"
  • Pages: 384
  • Edition: 1st
  • Book
  • ISBN-10: 0-7897-3152-5
  • ISBN-13: 978-0-7897-3152-4

When it comes to job-productivity, we all want to be able to perform well, especially when it comes to challenging assignments. Anyone who works with Microsoft Access on a regular basis knows that this program can prove to be one of the most challenging. If you are looking for a way to get the most you can out of the primary Access tasks, Microsoft Access 2003 Forms, Reports and Queries is the learning tool that you need. Focusing only on the forms, reports and queries functions, this book provides you with practical know-how, real-world examples and techniques that you can put to use immediately. Learn to condense mountains of information into manageable molehills of useful knowledge, so that you can perform at your best!

Downloads

Downloads

All the examples in the book in one convenient zip file - 56 kb -- Examples.zip

Sample Content

Online Sample Chapters

Working with Multiple-Table Queries

Working with Multiple-Table Queries in Access

Table of Contents

Introduction.

    What's in the Book.

    This Book's Special Features.

I. CREATING POWERFUL QUERIES

1. Creating a Basic Query.

    Sorting Records.

      Sorting on a Single Field.

      Sorting on Multiple Fields.

    Filtering Table Data.

      Filtering by Selection.

      Filter Excluding Selection.

      Filtering By Form.

      Learning About Filter Criteria.

      Creating a Filter.

    Working with Queries.

    Creating a Query.

      Creating a New Query Object.

      Selecting the Fields to Include in the Query.

      Entering the Query Criteria.

      Excluding a Field from the Query Results.

      Selecting Only the Top N Values.

      Setting Field Properties.

      Running the Query.

    Querying Notes for Business Users.

      Querying for a Mail Merge.

    Creating Queries with the Query Wizards.

      Creating Crosstab Queries

      Creating Find Duplicates Queries.

      Creating Find Unmatched Queries.

    Working with a Query Dynaset.

      Understanding the Datasheet View.

      Navigating Fields.

      Entering Data.

      Adding More Records.

      Navigating Records.

      Selecting a Record.

      Copying a Record.

      Deleting a Record.

      Formatting the Datasheet.

    Working with Query Properties.

      From Here.

2. Building Criteria Expressions.

    Using Operands in Criteria Expressions.

      Literals.

      Identifiers.

      Functions.

    Using Operators in Criteria Expressions.

      Comparison Operators.

      Arithmetic Operators.

      The Like Operator.

      The Between...And Operator.

      The In Operator.

       The Is Null Operator.

      Compound Criteria and the Logical Operators.

      Using the Logical Operators.

      Understanding Operator Precedence.

    Setting Up a Calculated Column.

      Calculating Inventory Value.

      Calculating Discounted Invoice Totals.

    Using the Built-In Functions.

      Using Text Functions.

      Using Date and Time Functions.

      Using Math Functions.

      Using Financial Functions.

    Working with the Expression Builder.

      From Here.

3. Working with Multiple-Table Queries.

    Relational Database Fundamentals.

      The Pitfalls of a Nonrelational Design.

      How a Relational Design Can Help.

      Step 1: Separate the Data.

      Step 2: Add Foreign Keys to the Tables.

      Step 3: Establish a Link Between the Related Tables.

    Types of Relational Models.

      The One-To-Many Model.

      The One-to-One Model.

      The Many-to-Many Model.

    Enforcing Referential Integrity.

    Establishing Table Relationships.

      Understanding Join Lines.

      Types of Joins.

      Adding Tables to the Relationships Window.

      Joining Tables.

      Editing a Relationship.

      Removing a Join.

    Working with Multiple Tables in a Query.

      Adding Multiple Tables to a Query.

      Adding Fields from Multiple Tables.

      Nesting Queries Within Queries.

      Joining Tables Within the Query Design Window.

    Creating Other Types of Joins.

      Creating Outer Joins.

      Creating Self-Joins.

      Creating Theta Joins.

    Creating a Unique Values Query.

      Drilling Down to the Order Details.

      From Here.

4. Creating Advanced Queries.

    Creating a Totals Query.

      Displaying the Total Row in the Design Grid.

      Setting Up a Totals Query On a Single Field.

      Setting Up a Totals Query On Multiple Fields.

      Filtering the Records Before Calculating Totals.

      Creating a Totals Query for Groups of Records.

      Grouping on Multiple Fields.

      Creating a Totals Query Using a Calculated Field.

      Creating a Totals Query Using Aggregate Functions.

      Combining Aggregate Functions and Totals.

    Creating Queries That Make Decisions.

      Making Decisions with the IIf Function.

      Making Decisions with the Switch Function.

      Calculating a Customer Discount Rate.

    Running Parameter Queries.

      Creating a Simple Query Parameter.

      Specifying the Parameter Data Type.

    Running Action Queries.

      Modifying Table Data with an Update Query.

      Removing Records from a Table with a Delete Query.

      Creating New Tables with Make-Table Queries.

      Adding Records to a Table with an Append Query.

      From Here.

5. Creating PivotTable Queries.

     What Is a PivotTable?.

      How PivotTables Work.

      Some PivotTable Terms.

    Creating a One-Dimensional PivotTable.

      Display Data Field Details.

      Displaying the Sum of the Data Field Values.

      Hiding and Showing the Data Details.

      Inserting an AutoCalc Data Field Summary Calculation.

      Changing the AutoCalc Calculation Type.

      Creating a Calculated Field.

      Removing a PivotTable Field.

      Creating a Multiple-Field One-Dimensional PivotTable.

    Creating a Two-Dimensional PivotTable.

      Analyzing Customer Orders by Product Category.

      Adding a Temporal Dimension to the PivotTable.

    Filtering a PivotTable.

      Using the PivotTable AutoFilters.

      Displaying Only the Top or Bottom Items.

      Grouping Field Items.

      Adding a Filter Field.

    Pivoting a PivotTable.

      Moving a Field to a Different Area.

      Changing the Field Order.

    Formatting a PivotTable.

      From Here.

6. Querying with SQL Statements.

    Viewing the SQL Statement.

    Using SQL to Perform a Select Query.

      Understanding the SELECT Statement.

      Using SQL with Multiple-Table Queries.

      Adding a Calculated Column to the SELECT Statement.

      Using SQL to Total and Group Records.

      Using SQL to Set Up a Parameter Query.

      The Full SQL SELECT Syntax.

    Using SQL to Perform Action Queries.

      Using SQL to Perform an Update Query.

      Using SQL to Perform a Delete Query.

      Using SQL to Perform a Make-Table Query.

      Using SQL to Perform an Append Query.

    Using SQL to Create Subqueries.

      Using a Subquery to Define a Field.

      Determining Whether a Unit Price Is Greater Than the Average.

      Using a Subquery to Define Criteria for a Field.

      Using Subqueries That Return Dynasets.

      In Predicate: Customers Who Have Placed Orders.

      All Predicate: Products Cheaper Than All the Condiments.

    Using SQL to Create Union Queries.

      From Here.

II. CREATING FORMS

7. Creating and Using a Form.

    Creating a Form with AutoForm.

      Running AutoForm Directly on a Table or Query.

      Running the AutoForm Wizard.

    Creating Simple Forms with the Form Wizard.

    Navigation in a Form.

    Creating a Form in Design View.

      Displaying the Design View.

      A Tour of the Design View Window.

      Understanding Form Controls.

      Adding Fields to the Form.

      Changing the Size of the Form.

      Viewing the Form.

      Assigning an AutoFormat in Design View.

      Working with the Form Header and Footer.

      Working with Form Properties.

      Formatting the Background.

      Protecting the Form and Data from Other Users.

      From Here.

8. Working with Form Controls.

    Manipulating Form Controls.

      Inserting Controls on a Form.

      Selecting Controls.

      Formatting Controls.

      Adding Conditional Formatting.

      Sizing Controls.

      Moving Controls.

      Copying Controls.

      Deleting Controls.

      Grouping Controls.

      Ordering Overlapped Controls.

      Converting an Unbound Control to a Bound Control.

      Changing a Control's Type.

      Setting the Tab Order.

    Adding Labels to the Form.

      Inserting a Label.

      Editing the Label Caption.

      Using Labels to Create Keyboard Shortcuts for Controls.

    Adding Text Boxes to the Form.

      Inserting a Text Box.

      Using Text Boxes As Calculated Controls.

      Creating a Mortgage Calculator.

      From Here.

9. Designing Forms for Efficient and Accurate Data Entry.

    Preventing Errors by Validating Data.

      Helping Users with Text Prompts.

      Preventing Errors with Data Validation Expressions.

      Using Input Masks for Consistent and Accurate Data Entry.

    Using Controls to Limit Data-Entry Choices.

      Working with Yes/No Fields.

      Using Option Buttons to Present a Limited Number of Choices.

      Using an Option Group to Select the Shipper

      Using Lists to Present a Large Number of Choices.

    Data Entry with ActiveX Controls.

      Entering Numbers Using a Spin Button.

      Entering Numbers Using a Scrollbar.

      Entering Dates Using a Calendar.

      From Here.

10. Designing Forms for Business Use.

    Using Forms in a Business Context.

      Why Collect the Data?.

      What Is the Data?.

      Who Are Your Users?.

    Ten Design Guidelines for Business Forms.

      1. Make Forms Fast.

      2. Make Forms Foolproof.

      3. Mimic Paper Forms When Practical.

      4. Give Users What They Need, and Then Stop.

      5. Don't Neglect the Keyboard.

      6. Watch the Field Order (and the Tab Order, Too).

      7. Watch Your Screen Resolution and Colors.

      8. Make Form Text Readable.

      9. Go Easy on the Extras.

      10. Organize Your Form Controls.

    Organizing Controls on the Form.

      Making Good Use of Lines and Rectangles.

      Organizing with Option Groups.

      Organizing with a Tab Control.

    Enhancing Form Text.

      Formatting Text.

      Text Formatting Tips and Guidelines.

    Fancier Form Formatting.

      Working with Colors.

      Adding Images to Your Forms.

      Adding Special Effects.

      Create a Shadow Effect for Text.

      From Here.

11. Creating Specialized Forms.

    Creating a Multiple-Table Form.

      Understanding Subforms.

      Creating a Form and Subform with the Form Wizard.

      Creating a Subform in the Form Design View.

    Working with Form Command Buttons.

      Creating a Switchboard Form.

    Creating a Form Pop-Up Box or Dialog Box.

      Creating a Pop-Up Form.

      Creating a Modal Form.

    Using a Custom Form with a Parameter Query.

      Creating the Custom Form.

      Adjusting the Parameter Query.

      Using the Custom Form and Parameter Query.

    Creating a Startup Form.

    Creating a PivotChart Form.

      From Here.

III. DESIGNING AND CUSTOMIZING

12. Creating and Publishing a Report.

    Creating a Report with AutoReport.

      Running AutoReport Directly on a Table or Query.

      Running the AutoReport Wizard.

    Creating Simple Reports with the Report Wizard.

    Creating a Report in Design View.

      Displaying the Design View.

      The Architecture of Access Reports.

      Understanding Report Controls.

      Adding Fields to the Report.

      Adding Labels to the Report.

      Adding Page Numbers to the Report.

      Adding the Date and Time to the Report.

      Changing the Size of a Report Section.

      Previewing the Report.

      Assigning an AutoFormat in Design View.

      Working with Report Properties.

      Formatting the Background.

      Manipulating Report Controls.

    Publishing a Report.

      Publishing on Paper.

      Publishing to Email.

      Exporting to Another Format.

      Publishing to Word or Excel.

      From Here.

13. Designing Effective Business Reports.

    Using Reports in Business.

       What's In the Report?.

      What Is the Goal of the Report?.

      Who Are Your Readers?.

    Ten Design Guidelines for Business Reports.

      1. Copy Legacy Reports When Practical.

      2. Give Users What They Need, Then Stop: Part 1.

      3. Give Users What They Need, Then Stop: Part 2.

      4. Use Page Numbers.

      5. Use Dates and Times.

      6. Watch the Field Order.

      7. Watch Your Screen Resolution and Colors.

      8. Make Report Text Readable.

      9. Always Sort and/or Group Data.

      10. Organize the Report Layout.

    Organizing Controls on the Report.

      Making Good Use of Lines and Rectangles.

      Creating Page Breaks.

    Enhancing Report Text.

      Formatting Text.

      Text Formatting Tips and Guidelines.

    Fancier Report Formatting.

      Working with Colors.

      Adding Images to Your Reports.

      Adding Special Effects.

      Create a Shadow Effect for Text.

      From Here.

14. Designing Advanced Reports.

    Sorting and Grouping a Report.

      Setting Up Sorting Options.

      Setting Up Grouping Options.

      Sorting and Grouping Using an Expression.

    Adding Calculations to a Report.

      Inserting a Text Box.

      Using Text Boxes As Calculated Controls.

      Creating a Invoice Report.

    Advanced Methods for Launching a Report.

      Launching a Report with a Command Button.

      Launching a Report with a Macro.

    Controlling Report Output.

      Adding Page Breaks After Sections.

      Starting Sections at the Top of a Row or Column.

      Avoiding Widowed Records.

      From Here.

15. Creating Specialized Reports.

    Creating a Multiple-Column Report.

      Setting Up the Report.

      Tweaking the Page Setup.

       Troubleshooting Multiple Columns.

      Using Multiple Columns to Reduce Report Page Count.

    Creating Mailing Labels.

      Running the Label Wizard.

      Creating a Custom Label.

    Creating a Mail Merge Report.

    Creating a Multiple-Table Report.

      Understanding Subreports.

      Creating a Report and Subreport with the Report Wizard.

      Creating a Subreport in the Report Design View.

    Creating a PivotChart Report.

      From Here.

Index

Updates

Submit Errata

More Information

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020