Access Cookbook, 2nd Edition
Average customer rating: 4.5 out of 5 stars
  • One of the most invaluable references I have in my library
  • Recipes for Access Developer Success
  • Access Developers.. this is a must have!
  • I'm a ColdFusion guy, so read this review with that in mind:
  • Unique resource for experienced access users
Access Cookbook, 2nd Edition
Andy Baron , Ken Getz , and Paul Litwin
Manufacturer: O'Reilly Media, Inc.
ProductGroup: Book
Binding: Paperback

GeneralGeneral | SQL | Databases | Computers & Internet | Subjects | Books
GeneralGeneral | Databases | Computers & Internet | Subjects | Books
XML & DatabasesXML & Databases | Databases | Computers & Internet | Subjects | Books
SQL ServerSQL Server | Development | Microsoft | Computers & Internet | Subjects | Books
Office 2000Office 2000 | Applications | Microsoft | Computers & Internet | Subjects | Books
GeneralGeneral | Business | Software | Computers & Internet | Subjects | Books
GeneralGeneral | Software | Computers & Internet | Subjects | Books
GeneralGeneral | Computers & Internet | Subjects | Books
Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
Similar Items:
  1. Access Database Design & Programming (3rd Edition) Access Database Design & Programming (3rd Edition)
  2. Integrating Excel and Access Integrating Excel and Access
  3. Building Microsoft  Access Applications (Bpg Other) Building Microsoft Access Applications (Bpg Other)
  4. Access Hacks: Tips & Tools for Wrangling Your Data (Hacks) Access Hacks: Tips & Tools for Wrangling Your Data (Hacks)
  5. Programming Microsoft Office Access 2003 (Core Reference) Programming Microsoft Office Access 2003 (Core Reference)

ASIN: 0596006780

Book Description

Not a reference book, and not a tutorial either, the new second edition of the highly regarded Access Cookbook is an uncommonly useful collection of solutions to problems that Access users and developers are likely to face as they attempt to build increasingly complex applications. Although using any single "recipe" in the book will more than pay back the cost of the book in terms of both hours saved and frustration thwarted, Access Cookbook, Second Edition is much more than a handy assortment of cut-and-paste code. Each of the "recipes" examine a particular problem--problems that commonly occur when you push the upper limits of Access, or ones that are likely to trip up a developer attempting to design a more elegant Access application--even some things you never knew Access could do. The authors then, in a clear, accessible, step-by-step style, present the problems' solution. Following each "recipe" are insights on how Access works, potential pitfalls, interesting programming techniques that are used in the solution, and how and why the solution works, so you can adapt the problem-solving techniques to other similar situations. Fully updated for Access 2003, Access Cookbook, Second Edition is also one of the first books to thoroughly explore new support for .NET managed code and XML. All of the practical, real-world examples have been tested for compatibility with Access 2003, Windows XP, and Windows Server 2003. This updated new edition also covers Access and SharePoint, Access and SmartTags, Access and .NET; and Access and XML. Access power users and programmers at all levels, from the relatively inexperienced to the most sophisticated, will rely on the Access Cookbook for quick solutions to gnarly problems. With a dog-eared copy of Access Cookbook at your side, you can spend your time and energy where it matters most: working on the interesting facets of your Access application, not just the time-consuming ones.

Customer Reviews:

5 out of 5 stars One of the most invaluable references I have in my library.......2006-10-13

I'll keep this brief, as my title says it all. I have been developing access applications on a professional level for many years. Have several applications that large companies use to run there business. This cookbook has helped me in more ways then I can count. I wish I could find more like it. I use it just as a cookbook. Look thru to find a similiar situation that I am trying to solve. The examples are written very well. The code is very exact and on the money. While most of the examples listed are not always exactly like what I'm trying to solve, it definitely gets the creative juices flowing on how to solve my problem.

The other good things, there are several useful "tips" that you can use to implement in many of your applications that will help the users have a better experience.

Definitely a must have if you wish to write serious applications.

5 out of 5 stars Recipes for Access Developer Success.......2005-05-21

The Access Developer's Handbook Set (search ISBN: 0782140114) and in particular, Volume 1: Desktop Edition (search ISBN: 0782123708) is my definitive resource to approximately 4 years of Access development. I've got more stickies and highlights in this set than all other Access books combined. So when I came across the Access cookbook and realized that the same two indispensible authors (Getz & Litwin) put together a resource of Access developer solutions, I had to have it.

This book has not let me down. It is certainly geared towards the intermediate to advanced Access professional developers who already understand the basics of Access and more importantly, who also understand the shortcomings of Access and the benefits of getting around those shortcomings. There are about 170 solutions in this book that are segmented into 18 chapters of high-level topics such as Queries, Forms, XML, UI, VBA, Windows APIs, even Smart Tags. I would be really surprised to find someone who picked up this text, thumbed through the solutions, and found that there was nothing they could get out of this book.

I would say that if you are developing a professional Access front-end and/or database, you owe it to yourself to buy this book and review each solution before you release or ship your product. I did, and found either new answers and existing improvements to many of the things I was struggling with during my development cycles.

5 out of 5 stars Access Developers.. this is a must have!.......2005-01-20

When I started my job, my first assignment was develop several Access databases. What they wanted was beyond what I knew of Access. After buying this book and Access Database Programming and Design, I was well on my way to develop a quite advanced Access database application. I would ask myself, "I wonder if I can..." After consulting this book for the anwser, BAM! I found it there. This book covers everything from simple VBA to advanced techniques such as incorporating a email system into a database, linked dropdown combo boxes using SQL, and creating VB Form control that tells you who all is currently in a database using ADO and VBA! I would say anyone wanting to cook a mean Access database should definitely pick this one up. It is an invaluable reference if you want to develop professional Access databases with incredible functionality!

5 out of 5 stars I'm a ColdFusion guy, so read this review with that in mind:.......2004-11-12

This book I would recommend for people who use Access as their back end, and need to add some automation to their back end. It deals mostly with using VBA to solve problems, like:
* How to create an input box where you can get some better info than the standard VBA one
* Call Excel functions, and apply them to Access data
* Figure out which users have a shared database open, if you're
doing a blended Access/CF solution
* Managing report printing (see next set of bullets)

I recommend checking out this book under the following circumstances:
* You have internal and external clients hitting your database. In a situation like that, you can have your internal users access the database using a well-designed Access application, which this book will give you some tricks on how to create.
* In the alternative, you want to manage and analyze your data, and create print reports. That's where Access just as a stand-alone application gives a substantial advantage over any Web technology.

For a ColdFusion developer, there are some topics in this book that probably wouldn't do much good:
* Adding Smart Tags functionality to a database - if you're expanding beyond the reach of Microsoft Office, Smart Tags prove to be a nifty proprietary parlor trick
* Using Access' security management tools to manage user rights to database objects. If I run a Windows server, I would use Challenge and Response to create NTFS based permissions on my pages in my application that manage data. Otherwise, I'll use application-based usernames and passwords, same net result.
* Exporting Access data as XML using pre-defined schemas. Not bad, but ColdFusion has far better technology.

Don't get me wrong - those last three bullets are not any disrespect to this well-written, well-organized guide. I'm just looking at, "What topics would interest you if you're a ColdFusion developer?"

If you do want to learn more about Access database development as an art unto itself, this is not the place to begin. This is the place to arrive at.

5 out of 5 stars Unique resource for experienced access users.......2004-07-29

Those familiar with Access may not be familiar with O'Reilly's Cookbook series. The Cookbook series takes common tough problems and provides simple recipes, often with multiple alternative takes, to solve the problem. The value is not only in reference, it also shows you new techniques for using Access or VB is new ways that you may not have thought of.

I highly recommend this book for any experienced Access user, or anyone looking to become an Access expert. This book will stretch your skills and make it easier to nod your head yes when your boss asks you to solve some tricky problem.
Access 2007: The Missing Manual
Average customer rating: 5 out of 5 stars
  • Easy to understand and written in an interesting manner.
  • Learn Access 2007 From Head To Toe!!
  • Access 2007: The Missing Manual
  • Detailed information & instruction on the latest version of Access
Access 2007: The Missing Manual
Matthew MacDonald
Manufacturer: Pogue Press
ProductGroup: Book
Binding: Paperback

ODBCODBC | Networks, Protocols & APIs | Networking | Computers & Internet | Subjects | Books
GeneralGeneral | SQL | Databases | Computers & Internet | Subjects | Books
Database DesignDatabase Design | Databases | Computers & Internet | Subjects | Books
GeneralGeneral | Databases | Computers & Internet | Subjects | Books
Structured DesignStructured Design | Software Design, Testing & Engineering | Programming | Computers & Internet | Subjects | Books
GeneralGeneral | Computers & Internet | Subjects | Books
GeneralGeneral | Software | Computers & Internet | Subjects | Books
Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
Similar Items:
  1. Excel 2007: The Missing Manual Excel 2007: The Missing Manual
  2. Microsoft  Office Access(TM) 2007 Inside Out (Microsoft Office Access Inside Out) Microsoft Office Access(TM) 2007 Inside Out (Microsoft Office Access Inside Out)
  3. Word 2007: The Missing Manual Word 2007: The Missing Manual
  4. Access 2007 Bible Access 2007 Bible
  5. Microsoft Access 2007 Version Upgrade Microsoft Access 2007 Version Upgrade

ASIN: 0596527608

Book 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 don'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 changes. One thing that hasn't improved is Microsoft's documentation. To learn the ins and outs of all the features in Access 2007, Microsoft merely offers online help.

Access 2007: The Missing Manual was written from the ground up for this redesigned application. You will learn how to design complete databases, maintain them, search for valuable nuggets of information, and build attractive forms for quick-and-easy data entry. You'll even delve into the black art of Access programming (including macros and Visual Basic), and pick up valuable tricks and techniques to automate common tasks -- even if you've never touched a line of code before. You will also learn all about the new prebuilt databases you can customize to fit your needs, and how the new complex data feature will simplify your life. With plenty of downloadable examples, this objective and witty book will turn an Access neophyte into a true master.

Customer Reviews:

5 out of 5 stars Easy to understand and written in an interesting manner........2007-09-11

I have a number of years of programming and system experience, but had not been exposed to Access. I decided to rewrite my business systems using Access to convert them from the Paradox system that I had used for years. Using this book and Microsoft Office Access(TM) 2007 Inside Out (Microsoft Office Access Inside Out), I have already rewritten more than half of my systems in a couple of weeks, working on them for a couple of hours each evening. Granted, I am still not an expert, but I have been able to write Virtual Basic macros, designed and completed a number of tables for my data base, forms using multiple subforms, selection boxes, and functional buttons, and a number of professional looking reports. The use of these two books has greatly shortened my learning curve and helped me to be productive in much less time than it would have taken without them.

5 out of 5 stars Learn Access 2007 From Head To Toe!!.......2007-07-17

'Access 2007: The Missing Manual' by Matthew MacDonald is another gem in the line of Missing Manual books. Filled with 700+ pages of material, if you are new to Access or even a seasoned pro, there is a little bit of something for everybody in this book. A fantastic layout, wonderful content, and one of the most user-friendly books out there, if you use Access for any length of time and want to become a better user or are a new user and want to discover how to use Access, this is the ONLY book for you.

An absolute marvel which richly deserves the title 'Missing Manual' as this keeps up with the past quality works expected from this line.

***** HIGHLY RECOMMENDED

5 out of 5 stars Access 2007: The Missing Manual .......2007-03-16

Title: Access 2007: The Missing Manual
By: Matthew McDonald
First Edition: December 2006
Series: The Missing Manuals
ISBN 10: 0-596-52760-8
ISBN 13: 9780596527600
Pages: 751

This book is light reading. The style is light and easy to enjoy. The author is definitely a wordsmith and has total control over the tone of the book. Some of the chapters start with non issues to people interested in Access, but this seems to be his writing style: a neutral or buffered start so you do not bolt before you get into that chapter.

This book is heavy reading. After a few paragraphs of light introduction, each sentence is packed with actions to take, issues to ponder, tables to study, and much more. The actions to take could not be done in one night. Look forward to a week, at least.

Annoying things for me:
1. His use of 's.
Code's means "code is" and not "code's use" in the sentence [not the possessive but the contraction].

This happens all the way through the book, so heads up.

2. His use of double negatives.
I found it harder to concentrate on the meaning when there was no evidence that it was not found [see what I mean?]. "no reason you can't get a little fancier" [page 531]. Why not just say:
You could get a little fancier?
You could get a little fancier within reason?

This happens all the way through the book, so heads up.

I liked the following chapters quite a bit:
Chapter 4 blocking bad data
Chapter 15 automating tasks with macros
Chapter 16 automating tasks with visual basic
Chapter 17 writing smarter code

Part Six was the best
Chapter 18 sharing a database with multiple users
Chapter 19 importing and exporting data
Chapter 20 connecting access to sql server
Chapter 21 connecting access to SharePoint
These last two chapters were the very best in the book, depending on whether you were more interested in the sql server database or the collaborative issues surrounding SharePoint.

On page 640, one of the top reasons to switch to Sql Server: Real security

So does Access have Unreal Security? Not enough of a fine grained model? That is real reassuring...

OK, so I did read it, scrutinize it, check the fine points. When I mention that it is worth 5 stars and every penny you might have to spend to get it, that takes everything into account. The book asks questions like: Can you trust Microsoft? [Page 641], so some balanced point of view is being used by the author. Well done.

I really like Access 2007 and find it to be a quantum leap forward. Try it, you'll like it.

Frederick J Eccher Jr
MBA
M.S. Management of Information Systems
A.B. Psychology
B.A. Biology
CIO, Community Partners
President, Board of Directors, Saint Louis Visual Basic Users Group
[...]

5 out of 5 stars Detailed information & instruction on the latest version of Access.......2007-01-12

This book teaches you how to design and maintain databases, search them for information, and build attractive forms using the new version of Access. There's also material on Access programming for automating common tasks. Access 2007 is quite a bit different from previous versions, and has a brand new interface. Once you master Access's new style, you'll be able to build databases rather quickly. The problem is that with Office 2007, you get no printed user guide at all. To learn about the thousands of features included in the software, Microsoft expects you to read the online help. The Microsoft help screens are helpful if you're looking for a quick description of something. If you're seeking information more on the art than science of Access, such as chart creation, you'll find nothing of real use there. This book excels at teaching aspects of Access that involve more wisdom than dictionary definition. This book is divided into seven parts, each containing several chapters:

Part One: Storing Information in Tables. In this part, you'll build your first database and learn how to add and edit tables that store information. Then you'll pick up the skills you need to stop mistakes before they happen, browse around your database, and link tables together.
Chapter 1. Creating Your First Database
Chapter 2. Building Smarter Tables
Chapter 3. Mastering the Datasheet: Sorting, Searching, Filtering, and More
Chapter 4. Blocking Bad Data
Chapter 5. Linking Tables with Relationships

Part Two: Manipulating Data with Queries. In this part, you'll build queries, apply changes, and summarize vast amounts of information.
Chapter 6: Queries That Select Records
Chapter 7: Essential Query Tricks
Chapter 8: Queries That Update Records
Chapter 9: Analyzing Data with Crosstab Queries and Pivot Tables

Part Three: Printing Reports. This part shows you how to use reports to take the raw data in your tables and format it into attractive printouts, complete with fancy formatting and subtotals.
Chapter 10: Creating Reports
Chapter 11: Designing Advanced Reports

Part Four: Building a User Interface with Forms. In this part, you'll build forms, which are customized windows that make data entry easy, even for those new to Access.
Chapter 12: Creating Simple Forms
Chapter 13: Designing Advanced Forms
Chapter 14: Building a Navigation System

Part Five: Programming Access. Shows how to use macros and Visual Basic programming to automate complex tasks and solve common challenges.
Chapter 15: Automating Tasks with Macros
Chapter 16: Automating Tasks with Visual Basic
Chapter 17: Writing Smarter Code

Part Six: Sharing Access with the Rest of the World. In this part, you'll learn how exchange data between Access and files such as text documents and Excel spreadsheets. You'll also see how to use Access to interact with some of Microsoft's server software such as SQL Server and SharePoint Server.
Chapter 18: Sharing a Database with Multiple Users
Chapter 19: Importing and Exporting Data
Chapter 20: Connecting Access to SQL Server
Chapter 21: Connecting Access to SharePoint

Part Seven: Appendix. This book wraps up with an appendix that shows how to customize the Quick Access toolbar to get easy access to your favorite commands.

I found this manual to be head and shoulders above all of the cheap "shovelware" books on such subjects that often have all the information you need, but are disorganized. I haven't seen any of the new versions of the "Que" books that always come out on Access, but I haven't been that satisfied with them in the past. I recommend this book for anybody planning on using Access 2007.
Microsoft Access Developer's Guide to SQL Server
Average customer rating: 5 out of 5 stars
  • "A 1"
  • If I had bought this book first I'd have save a lot of money
  • Appears to be an excellent book.
  • One of the best
  • Super Book - Take my word on it!
Microsoft Access Developer's Guide to SQL Server
Andy Baron , and Mary Chipman
Manufacturer: Sams
ProductGroup: Book
Binding: Paperback

GeneralGeneral | SQL | Databases | Computers & Internet | Subjects | Books
Database Management SystemsDatabase Management Systems | Databases | Computers & Internet | Subjects | Books
GeneralGeneral | Databases | Computers & Internet | Subjects | Books
SQL ServerSQL Server | Development | Microsoft | Computers & Internet | Subjects | Books
GeneralGeneral | Operating Systems | Computers & Internet | Subjects | Books
GeneralGeneral | Software | Computers & Internet | Subjects | Books
Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
All TitlesAll Titles | Qualifying Textbooks - Fall 2007 | Stores | Books
Computers & InternetComputers & Internet | Qualifying Textbooks - Fall 2007 | Stores | Books
Similar Items:
  1. SQL: Access to SQL Server SQL: Access to SQL Server
  2. From Access to SQL Server From Access to SQL Server
  3. Programming Microsoft Office Access 2003 (Core Reference) Programming Microsoft Office Access 2003 (Core Reference)
  4. Professional SQL Server Development with Access 2000 Professional SQL Server Development with Access 2000
  5. Building Microsoft  Access Applications (Bpg Other) Building Microsoft Access Applications (Bpg Other)

ASIN: 0672319446

Book Description

Microsoft Access 2000 Developer's Guide to Microsoft SQL Server provides much needed information and guidance for the Access power user or developer who wants to exploit the power of SQL Server. Written by Access experts and Microsoft MVPs Mary Chipman and Andy Baron, this hands-on guide provides you with the practical knowledge you need to harness the enterprise-level power and scalability SQL Server offers, while using the Access tools you are familiar with. More than just a migration guide, you will benefit from the authors' expert discussions of topics including the new Microsoft Database Engine (MSDE), Transact SQL, building stored procedures and views, converting your applications to SQL Server, working with SQL Server security, and building Access interfaces to SQL Server databases.

Download Description

Microsoft Access 2000 Developer's Guide to Microsoft SQL Server provides much needed information and guidance for the Access power user or developer who wants to exploit the power of SQL Server. Written by Access experts and Microsoft MVPs Mary Chipman and Andy Baron, this hands-on guide provides you with the practical knowledge you need to harness the enterprise-level power and scalability SQL Server offers, while using the Access tools you are familiar with. More than just a migration guide, you will benefit from the authors' expert discussions of topics including the new Microsoft Database Engine (MSDE), Transact SQL, building stored procedures and views, converting your applications to SQL Server, working with SQL Server security, and building Access interfaces to SQL Server databases.

Customer Reviews:

4 out of 5 stars "A 1".......2006-08-21

Comprehensive. A good resource to have in the collection of books.

Andre Van Staden - Senior Developer
Marco Giani - Group IT Back end Developer

5 out of 5 stars If I had bought this book first I'd have save a lot of money.......2006-07-26

I have a lot of SQL server books. Everything from SQL Server 2000 for Dummies up to SQL Server 2000 Stored Procedure Programming. And many times none of these books had what I needed. Then I would turn to this book. I was using VB.Net, so I figured this book wouldn't apply, but I was wrong. Even if you are not using Access, this book explains SQL Server the right way. Chipman and Baron offer simple but thorough explanations and samples of the things you actually need to know as a developer. They don't spend a lot of time on the things a SQL Server DBA might need to know that a coder would not.

Maybe their approach works so well for me because I came from an Access background, but I am willing to bet anyone coming straight from VB and needing to understand Transact SQL, effective stored procedures, funtions, and triggers would appreciate this book as well.

5 out of 5 stars Appears to be an excellent book........2006-06-26

This answers a lot of programmer level questions about using MS-Access with SQL Server. It describes the limits and penalties when going the various routes. The book is quite clear in its descriptions. It would make a good addition to any Access programmer's collection.

5 out of 5 stars One of the best.......2005-04-18

This is a great book. I have recommended it to coworkers who also purchased the book and they were equally impressed. This helped me have a much greater understanding of both Access and SQL Server and how they work together.

I would highly recommend this book to anyone using Access with SQL Server. It is easy to understand and has plenty of useful code examples. I use this as a reference on a regular basis.

5 out of 5 stars Super Book - Take my word on it!.......2003-10-28

I have been an Access developer since 1.1 (1993). I have bought many a book over the years. Some good, some bad. This book, however, is super! It is designed totally with the Access developer in mind. All of the questions that popped into my head seemed to be answered in practical terms chapter by chapter. The organization is terrific and the flow is second to none. The topics that are worth repeating are repeated while others are left for a one-time only view. The writing is easy to digest, powerful and very explanatory. The pictures are all also very helpful. You can tell the writers paid attention to every line they wrote. But they also inject a human kind of writing style which keeps things interesting throughout.

In addition to a thorough discussion on SQL Server security vs. Access security, data conversion, upsizing, etc., the book covers the differences among MDWs, MDEs, ADPs and ADEs beautifully and it addresses scenarios for when to use stored procedures, server functions, views, etc and with great attention to detail. The chapters ADO vs. DAO and on T-SQL are well written too. Later the book even goes into simplifying building multi-tier apps with Access as front end, VB-based COM+ components in the middle and of course, SQL Server sitting in the back. And just when you think the last chapter will be a letdown as many last chapters are, it wows you with an incredible amount of insight into how to optimize, backup and perform other settings in SQL Server.

If you are a serious Access developer like me, and are timid about moving full force into SQL Server, then this is the book for you! I recommend it highly!
Real World Microsoft Access Database Protection and Security
Average customer rating: 5 out of 5 stars
  • Excellent Resource
  • Real Security for Access
  • MS Access Database Workgroup Security.
  • Excellent Resource for MS Access Security
  • Definitely the best book for MS Access Security
Real World Microsoft Access Database Protection and Security
Garry Robinson
Manufacturer: Apress
ProductGroup: Book
Binding: Paperback

EncryptionEncryption | Security & Encryption | Web Development | Computers & Internet | Subjects | Books
PrivacyPrivacy | Business & Culture | Computers & Internet | Subjects | Books
Network SecurityNetwork Security | Networking | Computers & Internet | Subjects | Books
GeneralGeneral | SQL | Databases | Computers & Internet | Subjects | Books
GeneralGeneral | Databases | Computers & Internet | Subjects | Books
Software DevelopmentSoftware Development | Software Design, Testing & Engineering | Programming | Computers & Internet | Subjects | Books
GeneralGeneral | Programming | Computers & Internet | Subjects | Books
GeneralGeneral | Computers & Internet | Subjects | Books
GeneralGeneral | Operating Systems | Computers & Internet | Subjects | Books
GeneralGeneral | Software | Computers & Internet | Subjects | Books
Windows SecurityWindows Security | Security & Encryption | Computers & Internet | Subjects | Books
GeneralGeneral | Law | Subjects | Books
GeneralGeneral | Law | Professional & Technical | Subjects | Books
Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
Look Inside Nonfiction BooksLook Inside Nonfiction Books | Trip | Specialty Stores | Books
All TitlesAll Titles | Qualifying Textbooks - Fall 2007 | Stores | Books
Similar Items:
  1. Building Microsoft  Access Applications (Bpg Other) Building Microsoft Access Applications (Bpg Other)
  2. SQL: Access to SQL Server SQL: Access to SQL Server
  3. Expert One-on-One Microsoft Access Application Development Expert One-on-One Microsoft Access Application Development
  4. Access Cookbook, 2nd Edition Access Cookbook, 2nd Edition
  5. Access 2003 Programming by Example with VBA,  XML,  and ASP Access 2003 Programming by Example with VBA, XML, and ASP

Accessories:
  1. Privacy in Statistical Databases: CENEX-SDC Project International Conference, PSD 2006, Rome, Italy, December 13-15, 2006, Proceedings (Lecture Notes in Computer Science) Privacy in Statistical Databases: CENEX-SDC Project International Conference, PSD 2006, Rome, Italy, December 13-15, 2006, Proceedings (Lecture Notes in Computer Science)
  2. Pro MySQL (Expert's Voice in Open Source) Pro MySQL (Expert's Voice in Open Source)

ASIN: 1590591267

Book Description

Microsoft Access is the most popular desktop database in the world today and its very popularity means that its security measures can be easily compromised. "Securing Your Microsoft Access Database" takes a different approach to all the other Access books in the market in that it focuses from the start on all the issues that will help protect your database. The book approaches protection and security from a task-by-task perspective and provides detail on all the little things that when put together will make your database more secure. This will achieve things like keep your staff from looking at your salary tables, stopping your customers from looking at the design of your software that you distribute and helping you decide which security options are worth doing and which generally a waste of your time. The book has an IT manager's overview on all topics so that managers can assess the risk of different strategies. Where the topics are at an administrator's level, the book provides a visual step-by-step guide to implementing and undoing the settings. Finally, as Garry is very experienced in writing for developers, the book goes into the detail of programming all types of security issues such as hiding tables as system tables, producing databases that password cracker software cannot crack (easily), backing up databases, menus, queries and even user surveillance.

Download Description

  • Covers Access 97, 2000, 2002, and 2003

    Microsoft Access is the most popular desktop database in the world today and its very popularity means that its security measures can be easily compromised. Real World Microsoft Access Database Protection and Security takes a different approach than all the other Access books in the market by focusing from the start on all the issues that will help protect your database. It approaches protection and security from a task-by-task perspective and provides details that when put together will make your database more secure.

    This book will help you to keep your staff from looking at your salary tables, stop your customers from looking at the design of your software that you distribute, and help you decide which security options are worth doing and which are generally a waste of your time.p>

    Garry writes from a very experienced developer's point of view and he discusses in detail how to program all types of security issues including hiding tables as system tables, producing databases that password cracker software cannot easily crack, backing-up databases, menus, queries, and even user surveillance.

    Real World Microsoft Access Database Protection and Security has an IT manager's overview on all topics so that managers can assess the risk of different strategies. Where the topics are at an administrator's level, the book provides a visual step-by-step guide to implementing and undoing the settings.

    One Amazon.com reader says...

    "This book is exactly what it proports to be. It covers all the Access versions being used in the development world - 97 to 2003. It does not spend half to 2/3 of the book on basic Access tables, querries, reports or vb code that developers already know, but from the first page to the last covers security and protection. A must have for any Access developer or power user."

    Customer Reviews:

    5 out of 5 stars Excellent Resource.......2007-02-28

    Gary Robinson is a master at Access security and this book proves it! This is one of the books that stays on the shelf close to me when I am developing. It has great resources for setting up different types of security and he provides forms and code to help you develop security based on your needs. I highly recommend this for developers, especially those who are just designing more complex databases and need a good background on security. He is such a great resource that I subscribe to his newsletter now! I can only hope that he writes another book soon! A+

    5 out of 5 stars Real Security for Access.......2007-01-04

    All of the other reviews pretty much say it all, but I wanted to place a more recent review in the list. Although I have just started using some of the basics Gary clearly discusses, I am anxious to get to the rest. Being able to secure Access has always been in the back of my mind. Now I know I can tackle the issue and get it done in a consistent manner that I can carry into all my Access projects. Thanks for the good work Garry.

    5 out of 5 stars MS Access Database Workgroup Security........2006-05-10

    A good book will find the reader. I would like to thank Mr. Robinson for a well written read. Besides all the other things I have in my life to do I was able to finish his work in about two weeks. I have read all the other reviews; there is nothing I can add. I can however tell you that if you are into Access database (and you know if you are) then this book is an imperative. I have had many books on Access database pass my way, nothing compares with Mr. Robinsons' book on security and protection.

    Mr. Robinsons' is the first technical book on Access I have ever read from cover to cover with a never ending want to turn the page to see what Mr. Robinson was going to teach me next. I'm going to begin a reread of his work and this time I'm going to use the examples with both Northwind and my own database to incorporate his methods; especially enjoying combining the OS and workgroup security to provide my data a secure base from my clients, friends and enemies.

    His book provided me ample margin to take copious notes along with my read, it will prove helpful in preparing for deployment. Mr. Robinson is a professional database administrator and this book is written as from such, you will think like he does at the end of this read and be the better for it. Mr. Robinson is a wonderful dbase admin, author, and now teacher. Again many thanks for his efforts and a heartfelt appreciation for my newly gained knowledge. Should Mr. Robinson ever have a worldwide tour on the subject, sign me up.

    All of the reviews are positive, I suggest a review of Mr. Robinsons' Table of Contents and more important, the wonderful Index. A review of these documents will give you better insight into the level of Access database security Mr. Robinson clearly and distinctly explains. Mr. Robinson has the world's attention on this security subject and rightfully deserves it.

    The Table of Contents and Index may be found at:

    View the table of contents (http://www.vb123.com/get/AccessSecurityBook_TOC.pdf)in PDF format.
    View the index file (http://www.vb123.com/get/mapindex.pdf) in PDF format.

    Tom Pickett
    May 9, 2006
    Berea, South Carolina USA

    5 out of 5 stars Excellent Resource for MS Access Security.......2005-12-21

    This has got to be the best MS Access resource book that I have purchased. Like others, I have found MS Access security hard to understand but with Gary Robinson's help I am now getting a grasp on how I can keep sensitive data secure. The book is aimed at those who are new to security as well as those with experience. Also, the downloable database, with forms and code that you can easily use in your own applications, is a real time saver.

    I especially like how he has broken down the overview for each chapter with segments aimed at Developers, DBA's and the IT Managers. In these overviews he explains what in the chapter is important to the reader by their role. The book is arranged so you can easily locate the information you need and not have to go through the whole book to be able to accomplish your security goal. But I recommend that you do read the entire book as it has so much to offer! I am on my second read through.

    5 out of 5 stars Definitely the best book for MS Access Security.......2005-10-28

    This is the perfect book for MS Access Security since it caters to all levels of users and is extremely easy to follow.

    In addition, the author is extremely responsive to any items needing additional clarification. In fact, I actually e-mailed Gary a question and he responded back to me with a solution within the same day.

    This book is a must buy for customers interested in MS Access Security.
    MCITP Self-Paced Training Kit (Exam 70-442): Designing and Optimizing Data Access by Using Microsoft  SQL Server(TM) 2005 (Self-Paced Training Kits)
    Average customer rating: 5 out of 5 stars
    • Much More Than a Practice for the Test Book
    MCITP Self-Paced Training Kit (Exam 70-442): Designing and Optimizing Data Access by Using Microsoft SQL Server(TM) 2005 (Self-Paced Training Kits)
    Sara Morgan , and Tobias Thernstrom
    Manufacturer: Microsoft Press
    ProductGroup: Book
    Binding: Paperback

    Microsoft PressMicrosoft Press | Publisher | Certification Central | Computers & Internet | Subjects | Books
    MS SQL ServerMS SQL Server | Certification Central | Computers & Internet | Subjects | Books
    OfficeOffice | Certification Central | Computers & Internet | Subjects | Books
    GeneralGeneral | Certification Central | Computers & Internet | Subjects | Books
    GeneralGeneral | SQL | Databases | Computers & Internet | Subjects | Books
    Database Management SystemsDatabase Management Systems | Databases | Computers & Internet | Subjects | Books
    GeneralGeneral | Databases | Computers & Internet | Subjects | Books
    SQL ServerSQL Server | Development | Microsoft | Computers & Internet | Subjects | Books
    DatabasesDatabases | Software | Computers & Internet | Subjects | Books
    GeneralGeneral | Software | Computers & Internet | Subjects | Books
    Information SystemsInformation Systems | Software Engineering | Computer Science | Computers & Internet | Subjects | Books
    GeneralGeneral | Computers & Internet | Subjects | Books
    Similar Items:
    1. MCITP Self-Paced Training Kit (Exam 70-441): Designing Database Solutions by Using Microsoft  SQL Server(TM) 2005 MCITP Self-Paced Training Kit (Exam 70-441): Designing Database Solutions by Using Microsoft SQL Server(TM) 2005
    2. MCITP Self-Paced Training Kit (Exams 70-431, 70-443, 70-444): Microsoft  SQL Server 2005 Database Administrator Core Requirements (Pro Certification) MCITP Self-Paced Training Kit (Exams 70-431, 70-443, 70-444): Microsoft SQL Server 2005 Database Administrator Core Requirements (Pro Certification)
    3. MCTS Self-Paced Training Kit (Exam 70-431): Microsoft SQL Server 2005 Implementation and Maintenance (Pro-Certification) MCTS Self-Paced Training Kit (Exam 70-431): Microsoft SQL Server 2005 Implementation and Maintenance (Pro-Certification)
    4. Inside Microsoft SQL Server 2005: T-SQL Querying (Solid Quality Learning) Inside Microsoft SQL Server 2005: T-SQL Querying (Solid Quality Learning)
    5. Inside Microsoft SQL Server 2005: T-SQL Programming (Pro-Developer) Inside Microsoft SQL Server 2005: T-SQL Programming (Pro-Developer)

    ASIN: 073562383X

    Book Description

    Announcing an all-new Self-Paced Training Kit designed to helpmaximize your performance on 70-442, one of the required exams for theMicrosoft Certified IT Professional (MCITP) Database Developercertification. This 2-in-1 kit includes the official Microsoft study guide,plus practice tests on CD to help you assess your skills. It comes packedwith the tools and features exam candidates want most--including in-depth,self-paced training based on final exam content; rigorous,objective-by-objective review; exam tips from expert, exam-certifiedauthors; and customizable testing options. It also provides real-worldscenarios, case study examples, and troubleshooting labs for skills andexpertise that you can apply to the job.Work at your own pace through the lessons and lab exercises. Focusing ondesigning and implementing database solutions in a professional job role,this official study guide covers topics such as designing data accesstechnologies, writing and modifying queries, validating input data andhandling errors, developing a transaction strategy, and optimizingperformance.Then assess yourself using 200+ practice questions on the CD, featuringmultiple, customizable testing options designed to meet your specificneeds. Choose timed or untimed testing mode, generate random tests, orfocus on discrete objectives or chapters. You get detailed explanations forright and wrong answers--including pointers back to the book for furtherstudy. You also get an evaluation version of Microsoft SQL Server 2005software and an exam discount voucher--making this kit an exceptional valueand a great career investment.

    Customer Reviews:

    5 out of 5 stars Much More Than a Practice for the Test Book.......2007-05-30

    This book is the training manual for taking Microsofts 70-442 certification examination on SQL Server 2005. And like other training manuals, it gives an excellent introduction to the exam and provides the information that you'll need to pass the test. It includes sample tests, a time limited version of SQL Server 2005 to help with the examples, all the usual things.

    This book, however, goes beyond the normal cram for an exam book in that it provides descriptions and explanations that go well beyond what will be asked on the test. This provides a basic understanding of SQL Server that goes well beyond what will be asked on the test.

    For instance Appendix B runs for 70 pages and covers the internal architecture of the SQL Server product with special notes as to its operation on the new multi core CPUs, the use of CLR programming techniques (part of the .NET environment) and a lot more.

    This is a book aimed at the expert. The SQL code examples are way above the trivial level. You may find that you'll need another book on SQL programming for the 2005 product to help explain what this book is covering fairly briefly.
    Learning SQL: A Step-by-Step Guide Using Access
    Average customer rating: 3 out of 5 stars
    • An "okay" book but it has numerous errors
    • Excellent book to use to TEACH SQL (using Access)
    • Use only if desperate to find an SQL book for Access
    Learning SQL: A Step-by-Step Guide Using Access
    Sikha Bagui , and Richard Earp
    Manufacturer: Addison Wesley
    ProductGroup: Book
    Binding: Paperback

    GeneralGeneral | SQL | Databases | Computers & Internet | Subjects | Books
    Database Management SystemsDatabase Management Systems | Databases | Computers & Internet | Subjects | Books
    GeneralGeneral | Databases | Computers & Internet | Subjects | Books
    SQL ServerSQL Server | Development | Microsoft | Computers & Internet | Subjects | Books
    GeneralGeneral | Programming | Computers & Internet | Subjects | Books
    GeneralGeneral | Computers & Internet | Subjects | Books
    GeneralGeneral | Software | Computers & Internet | Subjects | Books
    MathematicsMathematics | Professional Science | Professional & Technical | Subjects | Books | Applied | Chaos & Systems | Geometry & Topology | Mathematical Analysis | Mathematical Physics | Number Systems | Pure Mathematics | Transformations | Trigonometry
    Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
    All TitlesAll Titles | Qualifying Textbooks - Fall 2007 | Stores | Books
    Similar Items:
    1. Database Solutions: A step by step guide to building databases (2nd Edition) Database Solutions: A step by step guide to building databases (2nd Edition)
    2. Modern Database Management (8th Edition) Modern Database Management (8th Edition)
    3. Social Research Methods (4th Edition) Social Research Methods (4th Edition)
    4. The Computer as an Educational Tool: Productivity and Problem Solving (5th Edition) The Computer as an Educational Tool: Productivity and Problem Solving (5th Edition)
    5. Sams Teach Yourself Beginning Databases in 24 Hours Sams Teach Yourself Beginning Databases in 24 Hours

    ASIN: 0321119045

    Customer Reviews:

    2 out of 5 stars An "okay" book but it has numerous errors.......2004-11-01

    The pace is very slow for the really basic stuff while more sophisticated techniques, such as correlated sub-queries, are not explained well enough.

    There are numerous errors in the book which suggest the authors don't really know Microsoft Access. Clearly, some of the worked problems were only tried on paper and not through Access itself. Significant errors appear in the discussion of data types (pp. 58 - 81), joins (p. 105), calculations with dates (p. 145), null constraints (p. 282) and referential integrity (p. 288). The downloadable example database does not comply with modern database design protocols.

    For a much better book, try "SQL Queries for Mere Mortals" by Hernandez & Viescas.

    5 out of 5 stars Excellent book to use to TEACH SQL (using Access).......2003-12-15

    This is an excellent book to use to teach students SQL in a very inexpensive way -- using Access. Although the book may not be in-depth enough for professionals, the authors do a great job of presenting the material in a very user friendly and systematic way for beginner students.

    2 out of 5 stars Use only if desperate to find an SQL book for Access.......2003-11-27

    I know the pickings are slim for finding a book to learn SQL using Access, but PLEASE can't someone who knows how to teach and cares about getting their information correct write one? First off, this book has many errors including some statements that work OPPOSITE to the statements. Ex: On page 105 the description for "Nested LEFT and RIGHT OUTER JOINs" reads "In Access, A LEFT JOIN or a RIGHT JOIN can be nested inside an INNER JOIN, but an INNER JOIN cannot be nested inside a LEFT JOIN or a RIGHT JOIN." NO. NO. NO. It works in the opposite way.

    The tables to be used in the book tutorials often bear no relationship at all to the fields or to the data and some of the naming produces run errors-- creating a frustrating experience for a student. This was obviously no labor of love for the authors, but a slapdash method to pump out a book. It is a crime that there was no quality assurance on this book. That alone would have caught the worst of it. For shame to all associated with its publication.

    I generously gave it two stars just because it is probably better than nothing, but not much better. Again, here's a call to all of you SQL trainers out there: your market is wide open.
    Access 2003 for Starters: The Missing Manual
    Average customer rating: 4.5 out of 5 stars
    • VERY WORTHWHILE
    • Wow - exactly what it says!
    • Great Way To Learn Access
    Access 2003 for Starters: The Missing Manual
    Kate Chase , and Scott Palmer
    Manufacturer: O'Reilly Media, Inc.
    ProductGroup: Book
    Binding: Paperback

    ODBCODBC | Networks, Protocols & APIs | Networking | Computers & Internet | Subjects | Books
    GeneralGeneral | SQL | Databases | Computers & Internet | Subjects | Books
    Database DesignDatabase Design | Databases | Computers & Internet | Subjects | Books
    GeneralGeneral | Databases | Computers & Internet | Subjects | Books
    Beginning & IntroductoryBeginning & Introductory | Databases | Computers & Internet | Subjects | Books
    Structured DesignStructured Design | Software Design, Testing & Engineering | Programming | Computers & Internet | Subjects | Books
    Windows - GeneralWindows - General | Operating Systems | Microsoft | Computers & Internet | Subjects | Books
    GeneralGeneral | Computers & Internet | Subjects | Books
    GeneralGeneral | Operating Systems | Computers & Internet | Subjects | Books
    GeneralGeneral | Software | Computers & Internet | Subjects | Books
    Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
    Similar Items:
    1. Excel 2003 for Starters: The Missing Manual Excel 2003 for Starters: The Missing Manual
    2. Microsoft Access 2003 Forms, Reports, and Queries (Business Solutions) Microsoft Access 2003 Forms, Reports, and Queries (Business Solutions)
    3. Absolute Beginner's Guide to Microsoft Office Access 2003 Absolute Beginner's Guide to Microsoft Office Access 2003
    4. Excel the Missing Manual (Missing Manual) Excel the Missing Manual (Missing Manual)
    5. Access 2003 Personal Trainer (Personal Trainer (O'Reilly)) Access 2003 Personal Trainer (Personal Trainer (O'Reilly))

    ASIN: 0596006659

    Book Description

    Maybe you got Access as part of Microsoft Office and wonder what it can do for you and your household; maybe you're a small business manager and don't have a techie on staff to train the office in Microsoft Access. Regardless, you want to quickly get your feet wet--but not get in over your head--and Access 2003 for Starters: The Missing Manual is the book to make it happen.

    Far more than a skimpy introduction but much less daunting than a weighty tech book, Access 2003 for Starters: The Missing Manual demystifies databases and explains how to design and create them with ease. It delivers everything you need--and nothing you don't--to use Access right away. It's your expert guide to the Access features that are most vital and most useful, and it's your trusted advisor on the more in-depth features that are best saved for developers and programmers.

    Access is sophisticated and powerful enough for professional developers but easy and practical enough for everyday users like you. This Missing Manual explains all the major features of Access 2003, including designing and creating databases, organizing and filtering information, and generating effective forms and reports.

    Bestselling authors, database designers, and programmers Scott Palmer, Ph.D., and Kate Chase are your guides for putting the world's most popular desktop data management program to work. Their clear explanations, step-by-step instructions, plenty of illustrations, and timesaving advice help you get up to speed quickly and painlessly.

    Whether you're just starting out or you know you've been avoiding aspects of the program and missing out on much of what it can do, this friendly, witty book will gently immerse you in Microsoft Access. Keep it handy, as you'll undoubtedly refer to it again and again.

    Customer Reviews:

    4 out of 5 stars VERY WORTHWHILE.......2006-08-03

    If you are new to Access and want to learn how to do things, this book is very helpful. If you are an experienced user and want to become an expert, this book may not have everything you need. We use this manual in conjunction with the Video Professor and between the two, we are now very comfortable with Access.

    5 out of 5 stars Wow - exactly what it says!.......2006-04-06

    I own a Network Consulting firm which handles IT for Small to Medium businesses. That said, I know zilch about Microsoft Access. Recently a client asked I provide them with a simple inventory managment database. While I actually set them up with an out of box solution, I figured I should learn Access to possibly do our own development.

    This book is really fantastic. I own plenty of tech books; some good, and some not so good. I rated this book high for the two things it does really well:

    1. It shows you a nice view of what you *can* do in terms of options at each stage of building/working with a database, and explains them.

    2. It applies the information with easy to follow, yet not stupidly simple projects.

    I went through 130 pages today alone and if the wife wasn't bugging me to death, would probably knock out a chapter or two more before bed.

    Great book. The title explains it all.

    5 out of 5 stars Great Way To Learn Access.......2005-12-30

    The Pogue Press line does it again!! When I looked down at the retail price for this book I couldn't believe my eyes. If you are new to Microsoft Access and want to ramp up quickly on how to use this exciting application, you would be hard-pressed to find a better bargain to get up to speed in no time.

    I usually write longer reviews, but for the price that this book is listed at, this would inefficient and a waste of time. If you want to learn how to use Access 2003, stop reading and pick up this book today!!

    ***** HIGHLY RECOMMENDED
    SQL for Microsoft Access (Wordware Applications Library)
    Average customer rating: 3.5 out of 5 stars
    • Excellent Access Primer
    • Another Excellent Amazon Transaction
    SQL for Microsoft Access (Wordware Applications Library)
    Cecelia L. Allison
    Manufacturer: Wordware Publishing, Inc.
    ProductGroup: Book
    Binding: Paperback

    GeneralGeneral | SQL | Databases | Computers & Internet | Subjects | Books
    Database Management SystemsDatabase Management Systems | Databases | Computers & Internet | Subjects | Books
    GeneralGeneral | Programming | Computers & Internet | Subjects | Books
    GeneralGeneral | Languages & Tools | Programming | Computers & Internet | Subjects | Books
    GeneralGeneral | Computers & Internet | Subjects | Books
    GeneralGeneral | Software | Computers & Internet | Subjects | Books
    Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
    Similar Items:
    1. SQL Simplified: Learn to Read and Write Structured Query Language SQL Simplified: Learn to Read and Write Structured Query Language
    2. Integrating Excel and Access Integrating Excel and Access
    3. SQL: Access to SQL Server SQL: Access to SQL Server
    4. Access 2003 Programming by Example with VBA,  XML,  and ASP Access 2003 Programming by Example with VBA, XML, and ASP
    5. Learn Database Programming Using Structured Query Language (SQL) of Microsoft Access: Easy Transition to Other SQL Platforms Learn Database Programming Using Structured Query Language (SQL) of Microsoft Access: Easy Transition to Other SQL Platforms

    ASIN: 1556220928

    Book Description

    This book unlocks the power of Structured Query Language in Microsoft Access. It guides the reader through step-by=step realistic examples of creating databases in Microsoft Access, using SQL script to create table, adding records to tables and retrieving and managing records.

    Customer Reviews:

    3 out of 5 stars Excellent Access Primer.......2007-09-23

    This book is an excellent primer for the SQL novice. It is well organized and offers an excellent exposition of Microsoft's version of the SQL language. There is just on big problem; it is just about impossible to download the book's companion file offered on the Wordware site. This problem is a serious flaw in an otherwise outstanding book.

    4 out of 5 stars Another Excellent Amazon Transaction.......2006-11-10

    As promised. Easy transaction. This Book is not easily found in bookstores. I saved the price of the book in gas alone!
    Access Hacks: Tips & Tools for Wrangling Your Data (Hacks)
    Average customer rating: 4 out of 5 stars
    • Access Hacks - Rocks!
    • Not bad, but one of the weaker ones
    • Poor quality control
    • OK, But not breaking news...
    • Grab bag of handy tips and tricks
    Access Hacks: Tips & Tools for Wrangling Your Data (Hacks)
    Ken Bluttman
    Manufacturer: O'Reilly Media, Inc.
    ProductGroup: Book
    Binding: Paperback

    Data WarehousingData Warehousing | Databases | Computers & Internet | Subjects | Books
    GeneralGeneral | SQL | Databases | Computers & Internet | Subjects | Books
    GeneralGeneral | Databases | Computers & Internet | Subjects | Books
    GeneralGeneral | Computers & Internet | Subjects | Books
    GeneralGeneral | Software | Computers & Internet | Subjects | Books
    All TitlesAll Titles | Qualifying Textbooks - Fall 2007 | Stores | Books
    Computers & InternetComputers & Internet | Qualifying Textbooks - Fall 2007 | Stores | Books
    Similar Items:
    1. Excel Hacks: 100 Industrial-Strength Tips and Tools Excel Hacks: 100 Industrial-Strength Tips and Tools
    2. Access Cookbook, 2nd Edition Access Cookbook, 2nd Edition
    3. Integrating Excel and Access Integrating Excel and Access
    4. Fixing Access Annoyances: How to Fix the Most Annoying Things About Your Favorite Database (Annoyances) Fixing Access Annoyances: How to Fix the Most Annoying Things About Your Favorite Database (Annoyances)
    5. Access Database Design & Programming (3rd Edition) Access Database Design & Programming (3rd Edition)

    ASIN: 0596009240

    Book Description

    As part of the Microsoft Office suite, Access has become the industry's leading desktop database management program for organizing, accessing, and sharing information. But taking advantage of this product to build increasingly complex Access applications requires something more than your typical how-to book. What it calls for is Access Hacks from O'Reilly. This valuable guide provides direct, hands-on solutions that can help relieve the frustrations felt by users struggling to master the program's various complexities. For experienced users, Access Hacks offers a unique collection of proven techniques and tools that enable them to take their database skills and productivity to the next level. For Access beginners, it helps them acquire a firm grasp of the program's most productive features. A smart collection of insider tips and tricks, Access Hacks covers all of the program's finer points. Among the multitude of topics addressed, it shows users how to: Just imagine: a learning process without the angst. Well, Access Hacks delivers it with ease, thanks to these down-and-dirty techniques not collected together anywhere else. Part of O'Reilly's best-selling Hacks series, Access Hacks is based on author Ken Bluttman's two decades of real-world experience in database programming and business application building. It's because of his vast experiences that the book is able to offer such a deep understanding of the program's expanding possibilities.

    Customer Reviews:

    5 out of 5 stars Access Hacks - Rocks!.......2006-11-04

    I've only had this book a short time and have found more useful tips in this short book than in most of my other reference books. If you are proficient in Access, This is a must have!

    4 out of 5 stars Not bad, but one of the weaker ones.......2006-10-07

    I've enjoyed several other Hacks titles - Excel and Word particularly. This one is not quite the same; it's like a combination of interface and SQL hacks. Granted, there are many useful tips and ideas for code - not always bulletproof as another user mentioned, but if you know what to do you'll be able to apply these ideas.

    A lot of SQL-based hacks are self-evident to someone who has a solid SQL background; some interface features (such as user system tables, etc) are interesting ideas, but one might wish there were more of them. For instance, there are at least three examples of UNION statement in a query to concatenate SELECT statements... one would think this could be fitted into a single hack.

    Most of the form hacks assume that bound forms are being used, so if you populate controls programmatically (DAO or ADO recordsets) much of this won't be applicable. Form design is an important topic, but very few control properties are covered. Multi-user section is pretty pointless - if you work with multi-user access applications, you probably already know most of this.

    Certain hacks are duplicated; for instance, the one regarding "cleaner criteria" has basically two identical hacks back to back. Besides that and the UNION statement, there are a few other redundant hacks, retold by different authors.

    On the bright side, there are several good ideas, or at least interesting ones that open some doors to making your own hacks. There are some user-interface ideas that are valuable (like the one that highlights the active control). All in all, I do read this book, but use only about 20-30% of it, of which a good deal I either knew already or could figure out on my own.

    2 out of 5 stars Poor quality control.......2005-12-26

    I rate this two stars, rather than one, because it's likely that most people will find something in the book which will put them onto a new way of doing something.

    Unfortunately, the book (which includes "hacks" from seven contributors, as well as the principal author) is wildly uneven in quality. The poor quality varies from the text (it is noted that hack #9 is not an "eloquent" way of handling the problem) to the solutions presented. For instance, the example code in hack #22 turns off warnings -- but then never turns them back on, which could be rather disastrous (not to mention that any code which sets warnings FALSE absolutely needs an error handling routine which ensures these are turned back on). Hack #74, rated medium hard, introduces domain aggregate functions (DSum, DLookup, etc.), but the example code doesn't protect against situations when nothing matches the Where criteria -- so the example code will blow up if the DSum function returns NULL and tries to assign that to the Single variable. Examples relying implicitly on unnormalized tables abound. Would it have been so hard to think up examples that actually used normalized tables? Hack #19, rated medium hard, provides code to move through an overly-long form relying on SendKeys (!) to simulate PageUp and PageDown key presses. Rather than insert page breaks on the form and buttons relying on SendKeys on maneuver between these, why not just transform the long form into tabs on a tab control?

    The above is illustrative, rather than an exhaustive list of hacks that are trivial, dumb or even dangerous. While there certainly are some hacks in the book which gave me food for thought, problems like the above which I could detect in other hacks made me wonder what I'll find out the hard way as I try to actually use these new ideas.

    2 out of 5 stars OK, But not breaking news..........2005-09-24

    If you're new to Access/VBA development, this book will be a good reference. If you've been developing Access apps for a few years, there's not much in here you haven't already figured out for yourself.

    5 out of 5 stars Grab bag of handy tips and tricks.......2005-06-26

    This is a fine set of 100 tips and tricks that will help you get the most out of Access. It's a good combination of simple tricks, and more advanced coding hacks. Involving everything for networks, to XML, to data crunching ideas. Even if you don't find exactly what you are looking for in terms of a solution you will benefit from seeing how the author approaches the problems.

    Look through the table of contents, if you find ten or twenty that are in your areas of Access pain then
    Fixing Access Annoyances: How to Fix the Most Annoying Things About Your Favorite Database (Annoyances)
    Average customer rating: 4.5 out of 5 stars
    • Good for a beginner, nothing new for experienced users
    • Troubleshoot Access 101
    • Should be the second book you buy after a reference manual...
    Fixing Access Annoyances: How to Fix the Most Annoying Things About Your Favorite Database (Annoyances)
    Phil Mitchell , and Evan Callahan
    Manufacturer: O'Reilly Media, Inc.
    ProductGroup: Book
    Binding: Paperback

    Data WarehousingData Warehousing | Databases | Computers & Internet | Subjects | Books
    GeneralGeneral | SQL | Databases | Computers & Internet | Subjects | Books
    Database DesignDatabase Design | Databases | Computers & Internet | Subjects | Books
    GeneralGeneral | Databases | Computers & Internet | Subjects | Books
    GeneralGeneral | Computers & Internet | Subjects | Books
    GeneralGeneral | Software | Computers & Internet | Subjects | Books
    AnnoyancesAnnoyances | Series | O'Reilly | By Publisher | Books
    Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
    Similar Items:
    1. Access Hacks: Tips & Tools for Wrangling Your Data (Hacks) Access Hacks: Tips & Tools for Wrangling Your Data (Hacks)
    2. Excel Annoyances: How to Fix the Most Annoying Things about Your Favorite Spreadsheet (Annoyances) Excel Annoyances: How to Fix the Most Annoying Things about Your Favorite Spreadsheet (Annoyances)
    3. Integrating Excel and Access Integrating Excel and Access
    4. Microsoft Access Data Analysis: Unleashing the Analytical Power of Access Microsoft Access Data Analysis: Unleashing the Analytical Power of Access
    5. Access Cookbook, 2nd Edition Access Cookbook, 2nd Edition

    ASIN: 059600852X

    Book Description

    When an application is part of the Microsoft Office suite, it's sure to be a leader in its field. In the realm of desktop database management, Access is top dog with millions of users. But this is one dog that can bite. Although Access is a powerful, relational tool with the fetching talents of a Labrador, it's not an easy beast to train.

    Still, millions of users count on Access for everything from managing parts databases to running Web catalogs to working as a front end to mondo SQL databases. But Access is chockablock with annoyances---report hassles, query conundrums, VBA bugs, arcane error messages, and more.

    O'Reilly's Annoyances series offer real-world help, right now, and Fixing Access Annoyances continues tradition. You'll not only squash bugs and workaround Access' limits, but you'll learn how to use Access to the max, whether you're a newbie or a seasoned pro. Coverage includes install/configuration annoyances, building better tables and queries, creating forms that work right, generating reliable and sophisticated reports, pulling in data from a variety of sources, crafting macros and VBA code to customize Access, and much more.

    You could grab those other books for help, but do they solve problems from page one? Meet a book of a different stripe. The authors come armed with knowledge of the program's quirks, design hurdles and interface snags. They provide you with battle plans in Fixing Access Annoyances to save you time and bouts of hair pulling.

    Stop information from spiraling out of control when working with Access and trying to make this #$@@#$ thing work! Don't let its quirks, bugs, and troublemaking features beat you. Who you gonna call for help? Instead of waiting on the line for tech support or searching for the answer on the Internet with its too many resources to find exactly what you need, take control of databases with Fixing Access Annoyances, your partner on database adventures.

    Customer Reviews:

    4 out of 5 stars Good for a beginner, nothing new for experienced users.......2006-06-30

    I wish I had this book when I began programming Access, it would have saved me a lot of frustration. The writing is easy to follow and it contains a wealth of information I had to either learn through trial and error or lots of searching google groups.

    That said, there isn't much of value here for someone with a couple of years Access experience--you've already learned this stuff through trial and error or searching google groups!

    I only found one piece of incorrect information--it is possible to create page headers on a subreport by creating a dummy grouping level (=1) and putting your headers there. The book says the only way to do it is by putting the headers on the parent report.

    5 out of 5 stars Troubleshoot Access 101.......2006-04-28

    Wow what a great idea for a book series!!

    I thought I had seen it all, but then when I picked up my first "Annoyances" book I learned there was a whole new niche out there that had yet to be exploited.

    For many of us out there, we pick up technical books for a few typical reasons: to learn a new skill or a reference for an existing skill. What about if you already use an application and there is a whole known set of pitfalls and problem areas that you either need to find a workaround for, or you just want to learn about so if the need arises, you know how to deal with these?

    Well, enter the "Annoyances" line of books.

    'Access Annoyances' by Phil Mitchell is a great companion book for anyone that has a lot of Access books on the shelf or uses Access on a daily basis and needs to read up more on the problems that will be seen at some point. With a layout that takes each problem one at a time, the flow is very good, and the writing style is clear and concise. Unless you are the MOST experienced of Access users/developers, you will be able to pick up something from this book, and it's more likely that you'll pick up a LOT of things.

    Some of the O'Reilly prices on books blow me away because they are so low. It's like you are paying x amount and getting xxxxxx in return. If you use Access on a daily basis, you owe it to yourself to pick up a copy of 'Access Annoyances' right away.

    ***** HIGHEST POSSIBLE RECOMMENDATION

    5 out of 5 stars Should be the second book you buy after a reference manual..........2006-03-16

    I consider myself fortunate that I converted my last regularly used database off of Access awhile back. While the software served me well in learning about database systems when I first made the move to PCs, I always found myself fighting with things that should have been easier than they were. Now I find out that it wasn't just me. Phil Mitchell and Evan Callahan have put together a great book titled Fixing Access Annoyances. If you spend any time in Access, this ought to be on your bookshelf.

    Contents: Access Basics; General Annoyances; Performance, Versions, Security, and Deployment; Data, Tables, and Database Design; Queries; Forms; Reports, Mailing Labels, and Charts; Expressions, Macros, Code Modules, and Custom Controls; Appendix; Glossary; Index

    The Annoyances series is set up in such a way that each chapter covers a series of "questions" posed as to why a particular software package behaves in a certain way. The questions range from minor "why does Access always do x" to "my #$@%@ database is corrupted!", and the conversational tone between the questioner and the authors is fun to read. After reading some of these things, you wonder why *anyone* would use Access! Mitchell and Callahan, although experts in Access, maintain a healthy cynicism towards the product's features and foibles, and all it would take is for you to find three to five annoyances that bug you to no end in order for you to think this is the best money you've spent in a long time. They also try and cover a range of things, from beginner to advanced level gripes, so that you should see value wherever you are in the continuum of Access experience.

    If I had this book available to me a year ago, I might still be running my reading log database in Access instead of in Notes. I certainly would have experienced far less frustration than I did. After making sure you have a solid Access reference guide on your shelf, this should be your second purchase on the subject...

    Books:

    1. Advanced VBScript for Microsoft Windows Administrators (Pro Other)
    2. Ajax For Dummies (For Dummies (Computer/Tech))
    3. Approximation Algorithms
    4. Artificial Vision for Mobile Robots
    5. Beginning C ++ Through Game Programming, Second Edition
    6. Building Automated Trading Systems: With an Introduction to Visual C++.NET 2005 (Financial Market Technology)
    7. Building Your Business with Google For Dummies
    8. C# Language Pocket Reference
    9. CCNP BCMSN Official Exam Certification Guide (4th Edition) (Exam Certification Guide)
    10. Cisco LAN Switching (CCIE Professional Development series) (CCIE Professional Development)

    Books Index

    Books Home

    Recommended Books

    1. Introduction to the Mathematical and Statistical Foundations of Econometrics
    2. History: Fiction or Science
    3. Accounting: A Direct Approach
    4. Command & Conquer: Tiberian Sun: Prima's Official Strategy Guide
    5. Dictionary of Accounting Terms
    6. In the Company of Cheerful Ladies
    7. Facing the Lion: Growing Up Maasai on the African Savanna
    8. Glencoe Computerized Accounting: Student Edition DOS 7.0
    9. Bottom-Line Training: How to Design and Implement Successful Programs That Boost Profits
    10. Chill of Fear