Reference Book

kawprice60

New member
Local time
Today, 01:56
Joined
May 30, 2012
Messages
5
I am looking for a good resource book, e-book, etc for MS Access 2007. What I am looking for is some examples of handling different type of problems. For example, it took me forever to figure out the automatically inputing data once an Employee ID was entered.

I just want scenarios with approaches to handle them.

Can anyone suggest a good reference book?
 
Not exactly what you ask for but it was a pretty good book:

Book
 
Thank you. I just ordered it. Any other suggestions, would be great!
 
Google these and download them:

VBAAC10.CHM (access)
VBAXL10.CHM (excel)
vbaol11.chm (outlook)
vbagr10.chm (graph)

Between these, the object browser and F1, a person should be able to figure out any thing in Access :)

Edit: You may have these on your computer already, just search c: with *.chm
 
My favorite when I was starting out was the first version of the Access Cookbook. Here's a link to the second. Access Cookbook
I haven't seen a newer version but VBA is not really version specific so this book would still be useful if you want to learn VBA.
 
I have the book Pat ref'd and it was a good one and sounds like what you are wanting.

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.
 

Users who are viewing this thread

Back
Top Bottom