Skip to content

Access 2007: the Missing Manual The Missing Manual

Best in textbook rentals since 2012!

ISBN-10: 0596527608

ISBN-13: 9780596527600

Edition: 2006

Authors: Matthew MacDonald

List price: $34.99
Blue ribbon 30 day, 100% satisfaction guarantee!

Rental notice: supplementary materials (access codes, CDs, etc.) are not guaranteed with rental orders.

what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

Compared to industrial-strength database products such as Microsoft's SQL Server, Access is a breeze to use. It runs on PCs rather than servers and is ideal for small- to mid-sized businesses and households. But Access is still intimidating to learn. It doesn't help that each new version crammed in yet another set of features; so many, in fact, that even the pros didn't know where to find them all. Access 2007 breaks this pattern with some of the most dramatic changes users have seen since Office 95. Most obvious is the thoroughly redesigned user interface, with its tabbed toolbar (or "Ribbon") that makes features easy to locate and use. The features list also includes several long-awaited…    
Customers also bought

Book details

List price: $34.99
Copyright year: 2006
Publisher: O'Reilly Media, Incorporated
Publication date: 1/23/2007
Binding: Paperback
Pages: 754
Size: 7.00" wide x 9.19" long x 1.50" tall
Weight: 2.310
Language: English

Matthew MacDonald is an author,educator, and MCSD developer who has a passion for emerging technologies. He isthe author of more than a dozen books about .NET programming. In a dimly-remembered past life, he studied English literature and theoretical physics.

The Missing Credits Introduction
Storing Information in Tables
Creating Your First Database
Understanding Access Databases
Getting Started
Creating a New Database
Understanding Tables
Creating a Simple Table
Editing a Table Saving and Opening
Access Databases
Making Backups
Saving a Database with a Different Name or Format
Opening a Database
Opening More Than One Database at Once
Opening a Database Created in an Older Version of Access
Creating Another Database
The Navigation Pane
Browsing Tables with the Navigation Pane
Managing Database Objects
Building Smarter Tables
Understanding Data Types
Design View Organizing and Describing Your Fields
How Updates Work in Design View
Access Data Types
Text Memo Number Currency Date/Time Yes/No Hyperlink Attachment AutoNumber
The Primary Key
Creating Your Own Primary Key
Field Six Principles of Database Design
Choose Good Field Names
Break Down Your Information
Include All the Details in One Place
Avoid Duplicating Information
Avoid Redundant Information
Include an ID Field
Mastering the Datasheet: Sorting, Searching, Filtering, and More
Datasheet Customization Formatting the Datasheet
Rearranging Columns Resizing Rows and Columns Hiding Columns Freezing Columns
Datasheet Navigation
Sorting Filtering
Searching Advanced Editing
The Spell Checker
AutoCorrect
Special Characters
Printing the Datasheet
Print Preview
Fine-Tuning a Printout
Blocking Bad Data
Data Integrity Basics
Preventing Blank Fields
Setting Default Values
Preventing Duplicate Values with Indexes
Input Masks
Using a Ready-Made Mask
Creating Your Own Mask
Validation Rules
Applying a Field Validation Rule
Writing a Field Validation Rule
Creating a Table Validation Rule
Lookups Creating a Simple Lookup with Fixed Values
Adding New Values to Your Lookup List
Linking Tables with Relationships
Relationship Basics
Redundant Data vs. Related Data
Matching Fields: The Relationship Link
Linking with the ID Column
The Parent-Child Relationship
Using a Relationship
Defining a Relationship
Editing Relationships
Referential Integrity
Navigating a Relationship
Lookups with Related Tables
More Exotic Relationships
One-to-One Relationship
Many-to-Many Relationship
Relationship Practice
The Music School
The Chocolate Store
Manipulating Data with Queries
Queries
That Select Records
Query Basics
Creating Queries
Creating a Query in Design View
Creating a Simple Query with the Query Wizard
Understanding the SQL View Queries and Related Tables
Joining Tables in a Query
Outer Joins
Multiple Joins
Essential Query Tricks
Calculated Fields
Defining a Calculated
Field Simple Math with Numeric Fields
Expressions with Text Query Functions
Using a Function
The Expression Builder
Formatting Numbers
More Mathematical Functions
Text Functions
Date Functions
Dealing with Blank Values (Nulls)
Summarizing Data
Grouping a Totals Query
Joins in a Totals Query
Query Parameters
Queries That Update Records
Understanding Action Queries
Testing Action Queries (Carefully)
The Action Query
Family Update Queries
Append Queries
Creating an Append (or Make-Table)
Query Getting Auto Numbers to Start at Values
Other Than 1 Delete Queries
Tutorial: Flagging Out-of-Stock Orders
Finding Out-of-Stock Items Putting the Orders on Hold
Analyzing Data with Crosstab
Queries and Pivot
Tables
Understanding Crosstab Q