Humburger Icon
Let's Explore, Bibiliophile
close menu
Bookswagon-24x7 online bookstore
close menu
My Account
31%
Microsoft Access 2003 Forms, Reports, and Queries: (Business Solutions)

Microsoft Access 2003 Forms, Reports, and Queries: (Business Solutions)

          
5
4
3
2
1

Out of Stock


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Notify me when this book is in stock
Add to Wishlist

About the Book

Develop your Access 2003 expertise instantly with proven techniques! Let's face it: Microsoft Access is a large, intimidating program. Unlike Word or Excel where you can perform basic tasks without much in the way of training, Access presents challenges from the outset. Most people never progress beyond creating simple tables and using Wizards to create basic forms and reports. At the same time, everyone -- from managers to researchers to administrative assistants -- needs information and knows that what they seek is embedded somewhere in their Access tables. Without a more sophisticated knowledge of how to extract and present that data, they are forced to rely on office gurus and overworked IT people to provide canned reports or one-size-fits-all solutions. This book changes all that by giving you the skills to extract the data you need (queries), build efficient front-ends for that data (forms), and publish the results in an attractive and easy-to-read format (reports). To that end, this book shuns the big Access picture and instead focuses intently on queries, forms, and reports. This in-depth approach will give you the knowledge and understanding you need to get at the data and prove the old saw that knowledge is indeed power. *Focuses like a laser on the three technologies that you must master to get the most out of Access: queries, forms, and reports. *Shuns database theory in favor of practical know-how that you can put to use right away. *Packed full of real-world examples and techniques to help you learn and understand the importance of each section.

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  


Best Seller

| | See All

Product Details
  • ISBN-13: 9780789731524
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Que Corporation,U.S.
  • Depth: 24
  • Language: English
  • Returnable: N
  • Spine Width: 17 mm
  • Width: 189 mm
  • ISBN-10: 0789731525
  • Publisher Date: 26 Aug 2004
  • Binding: Paperback
  • Height: 231 mm
  • No of Pages: 384
  • Series Title: Business Solutions
  • Weight: 548 gr


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Be The First to Review
Microsoft Access 2003 Forms, Reports, and Queries: (Business Solutions)
Pearson Education (US) -
Microsoft Access 2003 Forms, Reports, and Queries: (Business Solutions)
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Microsoft Access 2003 Forms, Reports, and Queries: (Business Solutions)

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals

    | | See All


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA