Access 2002 Programming by Example

( 2 )

Overview

This book addresses an unmet need in this topic area. It is a complete beginner's tutorial resource to tips, troubleshooting, techniques, and program development for Access 2002. The book covers fundamentals such as database normalization, query design, object manipulation, and optimization and custom programming for forms and reports. It makes the reader more efficient, productive, and knowledgeable in Access VBA. Speed techniques are mentioned. Shortcuts, tips, and techniques increase productivity. This book ...
See more details below
Available through our Marketplace sellers.
Other sellers (Paperback)
  • All (10) from $1.99   
  • New (3) from $19.52   
  • Used (7) from $1.99   
Close
Sort by
Page 1 of 1
Showing All
Note: Marketplace items are not eligible for any BN.com coupons and promotions
$19.52
Seller since Tue Jan 01 01:01:01 EST 2008

Feedback rating:

(171)

Condition:

New — never opened or used in original packaging.

Like New — packaging may have been opened. A "Like New" item is suitable to give as a gift.

Very Good — may have minor signs of wear on packaging but item works perfectly and has no damage.

Good — item is in good condition but packaging may have signs of shelf wear/aging or torn packaging. All specific defects should be noted in the Comments section associated with each item.

Acceptable — item is in working order but may show signs of wear such as scratches or torn packaging. All specific defects should be noted in the Comments section associated with each item.

Used — An item that has been opened and may show signs of wear. All specific defects should be noted in the Comments section associated with each item.

Refurbished — A used item that has been renewed or updated and verified to be in proper working condition. Not necessarily completed by the original manufacturer.

New
0789725940 BRAND NEW NEVER USED IN STOCK 125,000+ HAPPY CUSTOMERS SHIP EVERY DAY WITH FREE TRACKING NUMBER

Ships from: fallbrook, CA

Usually ships in 1-2 business days

  • Standard, 48 States
  • Standard (AK, HI)
$65.00
Seller since Tue Oct 07 09:37:03 EDT 2014

Feedback rating:

(184)

Condition: New
Brand new.

Ships from: acton, MA

Usually ships in 1-2 business days

  • Standard, 48 States
  • Standard (AK, HI)
$65.00
Seller since Tue Oct 07 09:37:03 EDT 2014

Feedback rating:

(184)

Condition: New
Brand new.

Ships from: acton, MA

Usually ships in 1-2 business days

  • Standard, 48 States
  • Standard (AK, HI)
Page 1 of 1
Showing All
Close
Sort by
Sending request ...

Overview

This book addresses an unmet need in this topic area. It is a complete beginner's tutorial resource to tips, troubleshooting, techniques, and program development for Access 2002. The book covers fundamentals such as database normalization, query design, object manipulation, and optimization and custom programming for forms and reports. It makes the reader more efficient, productive, and knowledgeable in Access VBA. Speed techniques are mentioned. Shortcuts, tips, and techniques increase productivity. This book deals with getting data from outside sources and using VBA to ensure data integrity and consistency, which no other Access VBA book does. It also tackles problems in a variety of day-to-day situations that programmers often face.

Bob Villareal is a contributor and a resident expert for the "Inside Microsoft Access" Web journal and an Access instructor at a Tulsa Community College. He also does freelance programming and instruction. Bob has been developing databases in a large insurance firm for more than 15 years. He has more than seven years' experience of VBA programming in both Access and Excel and has written many tracking and management applications.

Read More Show Less

Editorial Reviews

From The Critics
This text teaches the novice programmer the fundamentals of Access 2002 development in an easy-to-read format in which concepts are accompanied by visual examples. Villareal (Microsoft Access instructor, Tulsa Community College) presents 23 chapters that discuss good database design principles; joins and cascades, referential integrity, and relational forms and reports; queries; integrating a database with the internet, an SQL server, and other applications; customizing with VBA procedures; tips, techniques, and shortcuts; advantages of using DAO and ADO object models; and error-handling procedures. Annotation c. Book News, Inc., Portland, OR (booknews.com)
Read More Show Less

Product Details

  • ISBN-13: 9780789725943
  • Publisher: Pearson Education
  • Publication date: 1/28/2002
  • Series: By Example Series
  • Pages: 555
  • Product dimensions: 7.42 (w) x 9.14 (h) x 1.30 (d)

Table of Contents

Introduction 1
Pt. I Tables and Queries 5
1 Planning and Designing Your Access Database 7
2 Joins and Cascades 25
3 The Table - The Heart of Any Database 41
4 Unleashing the Power of Queries 57
Pt. II Forms for Input and Reports for Output 89
5 Exploring Forms and Controls 91
6 Exploring Reports 123
Pt. III Automate Your Access Database Using Code 157
7 Exploring Objects 159
8 Writing Your Own Visual Basic for Applications Code 191
9 Macros, Modules, and Messages 207
10 Using Procedures to Customize Your Database 223
11 Handling Access Error Codes 247
12 Access Visual Basic Tools, Tips, and Techniques 261
Pt. IV Taking Advantage of the Latest Access Features 287
13 Publishing Your Access Database 289
14 SQL Server Integration 315
15 User-Friendly Enhancements 335
Pt. V Overcoming Access Development Obstacles 347
16 Overcoming the Limitations of Queries 349
17 Getting the Most from Your Queries 361
18 Working with Data from External Sources 375
19 Bringing Together and Separating Data 401
20 Conquering Big Problems that Come In Small Packages 419
21 Taking Charge of Forms 443
22 Taking Charge of Reports 487
23 Using Replication 515
Index 532
Read More Show Less

Customer Reviews

Average Rating 5
( 2 )
Rating Distribution

5 Star

(2)

4 Star

(0)

3 Star

(0)

2 Star

(0)

1 Star

(0)
Sort by: Showing all of 2 Customer Reviews
  • Anonymous

    Posted Thu Jul 25 00:00:00 EDT 2002

    From Beginners to Advanced Users, This Book has Something for Everyone

    Reader, if you want to learn VBA and unlock the power of Access, this book is for you. Bob Villareal has done an excellent job throughout this book. Using his databases, downloaded to your PC, you follow along, chapter by chapter, learning his techniques for solving problems. There are many practical examples in the book. Here¿s a couple: There¿s a list of string functions in the book with explanations for their use as well as demonstrations of their many uses in his databases. String functions are powerful tools that allow you to instantly manipulate data from thousands of records, separating data from one field into two is just one of them. In another chapter, there¿s a pop-up form with controls that can filter records for your report. So you won¿t need to create 15 different queries for 15 different reports, the user can select what he or she wants from the pop-up form, just point and click. You¿ll have a clearly written book with examples, and you¿ll have databases to study and use. All of the chapters are educational and useful and will enhance all of your own databases. This is an excellent book for your Access library. It is in mine.

    Was this review helpful? Yes  No   Report this review
  • Anonymous

    Posted Fri Feb 15 00:00:00 EST 2002

    I am so glad I purchased this book

    I have purchased many computer related books in the past, but none have been this easy to follow. I really thought the format of the book was very well done. I liked the fact that a concept was stated, a visual example given, then a detailed explanation of what you needed to know was given. Being able to download the sample files from the web was also a great idea. I would encourage anyone who is already working with Access or even thinking about it to purchase this book. I am glad that I did. I have already put what I learned to good use at home and at work.

    Was this review helpful? Yes  No   Report this review
Sort by: Showing all of 2 Customer Reviews

If you find inappropriate content, please report it to Barnes & Noble
Why is this product inappropriate?
Comments (optional)