Microsoft Access 2003 Forms, Reports, and Queries
暫譯: Microsoft Access 2003 表單、報告與查詢

Paul McFedries

  • 出版商: QUE
  • 出版日期: 2004-08-18
  • 售價: $1,710
  • 貴賓價: 9.5$1,625
  • 語言: 英文
  • 頁數: 384
  • 裝訂: Paperback
  • ISBN: 0789731525
  • ISBN-13: 9780789731524
  • 相關分類: Access
  • 已過版

買這商品的人也買了...

相關主題

商品描述

Description:

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!

 

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

商品描述(中文翻譯)

描述:
在工作生產力方面,我們都希望能夠表現出色,尤其是在面對挑戰性的任務時。任何經常使用 Microsoft Access 的人都知道,這個程式可能是最具挑戰性的之一。如果您正在尋找一種方法來充分利用 Access 的基本任務,《Microsoft Access 2003 表單、報告和查詢》是您所需的學習工具。本書專注於表單、報告和查詢功能,提供實用的知識、真實的範例和可以立即使用的技術。學習如何將大量資訊濃縮成可管理的有用知識,讓您能夠發揮最佳表現!

目錄:
引言。
    書中內容。
    本書的特別功能。
I. 創建強大的查詢
1. 創建基本查詢。
    排序記錄。
      按單一欄位排序。
      按多個欄位排序。
    篩選表格資料。
      按選擇篩選。
      排除選擇的篩選。
      按表單篩選。
      了解篩選條件。
      創建篩選。
    使用查詢。
    創建查詢。
      創建新的查詢物件。
      選擇要包含在查詢中的欄位。
      輸入查詢條件。
      從查詢結果中排除欄位。
      僅選擇前 N 個值。
      設定欄位屬性。
      執行查詢。
    商業用戶的查詢注意事項。
      用於郵件合併的查詢。
    使用查詢精靈創建查詢。
      創建交叉查詢。
      創建查找重複項查詢。
      創建查找不匹配查詢。
    使用查詢動態集。
      了解資料表視圖。
      瀏覽欄位。
      輸入資料。
      添加更多記錄。
      瀏覽記錄。
      選擇記錄。
      複製記錄。
      刪除記錄。
      格式化資料表。
    使用查詢屬性。
      從這裡開始。
2. 建立條件表達式。
    在條件表達式中使用操作數。
      字面值。
      識別符。
      函數。
    在條件表達式中使用運算符。
      比較運算符。
      算術運算符。
      Like 運算符。
      Between...And 運算符。
      In 運算符。
      Is Null 運算符。
      複合條件和邏輯運算符。
      使用邏輯運算符。
      了解運算符優先順序。
    設定計算欄位。
      計算庫存價值。
      計算折扣發票總額。
    使用內建函數。
      使用文字函數。
      使用日期和時間函數。
      使用數學函數。
      使用財務函數。
    使用表達式生成器。
      從這裡開始。
3. 使用多表查詢。
    關聯式資料庫基礎。
      非關聯設計的陷阱。
      關聯設計如何提供幫助。
      步驟 1:分離資料。
      步驟 2:向表格添加外鍵。
      步驟 3:在相關表格之間建立連結。
    關聯模型的類型。
      一對多模型。
      一對一模型。
      多對多模型。
    強制參考完整性。
    建立表格關係。
      了解連接線。
      連接的類型。
      向關係視窗添加表格。
      連接表格。
      編輯關係。