Cover image for product 0470174021
Expert Access 2007 Programming
Rob Cooper, Michael Tucker
ISBN: 978-0-470-17402-9
Paperback
688 pages
November 2007

Back to description

About This Title  |  Chapters on Demand  |  Download Code  |  Errata  |  P2P Forum for This Title
Add to Cart
Chapter 1: Overview of Programming for Access
8 pages

In this chapter, you take a look at the different mechanisms available for programming for Access and what it means to program... more

Chapter 2: Extending Applications Using the Windows API
52 pages
US $4.99

VBA simplifies certain tasks, such as reading data from files, asking the user for information, or even launching an external... more

Chapter 3: Programming Class Modules
42 pages
US $4.99

Class modules can be a powerful tool in your programming toolbox and writing them is one of our favorite programming tasks... more

Chapter 4: Debugging, Error Handling, and Coding Practices
40 pages
US $4.99

We all have to deal with certain tasks of application development. While customers may never directly see these tasks—such... more

Chapter 5: Parsing Data
46 pages
US $4.99

When working with data in a database, you tend to take for granted the structured nature of the data. Well-designed databases... more

Chapter 6: Using SQL to Retrieve Data and Manipulate Objects
70 pages
US $4.99

Structured Query Language—more commonly referred to as SQL—is the language used by relational databases to define queries... more

Chapter 7: Managing Data
34 pages
US $4.99

The primary function of a relational database application, let alone an Access application, is to manage data. Data is our... more

Chapter 8: Using Code to Add Advanced Functionality to Forms
58 pages
US $4.99

Aside from the data itself, forms are another key part of an application. Many Access developers tend to prevent users interacting... more

Chapter 9: Using Code to Add Advanced Functionality to Reports
30 pages
US $4.99

Reports are an important part of many Access applications. They provide the ability to view information in the database in... more

Chapter 10: Using Automation to Add Functionality
54 pages
US $4.99

As much power as Access provides on its own, it doesn’t exist in a vacuum. Applications may have requirements to send e-mail... more

Chapter 11: Creating Dynamic Ribbon Customizations
48 pages
US $4.99

The Ribbon, first introduced in Office 2007, provides many new and interesting opportunities for user-interface development... more

Chapter 12: Configuration and Extensibility
34 pages
US $4.99

If you’re writing an off-the-shelf application or even an in-house application, it might not always be clear how all of your... more

Chapter 13: Personalization and Security
34 pages
US $4.99

Very few topics can stimulate discussion like security. Whether you’re working with security for the first time or the hundredth... more

Chapter 14: Deployment
54 pages
US $4.99

You’ve written your application, tested it, and it’s time to get it out to your users. If the application you’re deploying... more

Chapter 15: Help and Documentation
24 pages
US $4.99

Thorough user documentation and user assistance are two features required of any commercial application, and even small workgroup... more

Appendix A: Programming Tips and Tricks
20 pages
US $4.99

This appendix contains some useful tips and tricks that you can use in your applications. Many of these code snippets are... more

Appendix B: Query Performance
8 pages
US $4.99

Many different factors determine how efficient and performant your queries will be. Simply reordering elements of your query... more

Appendix C: Pattern Reference
8 pages
US $4.99

Throughout this book, we have presented code that you can re-use in many applications. The decision about whether to create... more

Add to Cart