Have one to sell? Sell yours here
Access 2002 VBA Handbook
 
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Access 2002 VBA Handbook [Paperback]

Susann Novalis (Author), Dana Jones (Author)
3.6 out of 5 stars  See all reviews (7 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for Students. Learn more


Book Description

0782140130 978-0782140132 October 3, 2001
How Far Can You Go with Access 2002?
The answer depends on your knowledge of VBA programming. If you really want to get the most out of Access, the Access 2002 VBA Handbook is essential reading. If you are an experienced user of Access, you get the step-by-step instruction you need to be dramatically more productive. And if you are a more experienced developer, you get the advanced VBA programming skills you need to build the Access applications your users require. Coverage includes
* Running queries to find specific records
* Automating complex and time-consuming procedures
* Importing data from existing data sources
* Synchronizing forms and tables
* Understanding the ADO and DAO models
* Understanding the essentials of Visual Basic for Applications (VBA)
* Customizing the Access user interface
* Creating procedures to change Access's default error-handling processes
* Accessing data using OLE DB and ODBC
* Creating VBA procedures for navigating a database or project
* Writing VBA procedures using object properties and methods
* Creating relationships between forms
* Executing commands using SQL statements in VBA code
* Using ActiveX controls in your VBA procedures


Editorial Reviews

From the Back Cover

How Far Can You Go with Access 2002?
The answer depends on yourknowledge of VBA programming. If you really want to get the most out of Access,the Access 2002 VBA Handbook is essential reading. If you are anexperienced user of Access, you get the step-by-step instruction you need to bedramatically more productive. And if you are a more experienced developer, youget the advanced VBA programming skills you need tobuild the Access applications your users require. Coverage includes
  • Running queries to find specific records
  • Automating complexand time-consuming procedures
  • Importing data from existing datasources
  • Synchronizing forms and tables
  • Understanding the ADO and DAOmodels
  • Understanding the essentials of Visual Basic for Applications(VBA)
  • Customizing the Access user interface
  • Creating procedures to changeAccess's default error-handling processes
  • Accessing data using OLE DB andODBC
  • Creating VBA procedures for navigating a database or project
  • WritingVBA procedures using object properties and methods
  • Creating relationshipsbetween forms
  • Executing commands using SQL statements in VBA code
  • Using ActiveX controls in your VBA procedures
  • About the Author

    Susann Novalis, Ph.D., is a Professor of Mathematics and Associate Dean of the College of Science and Engineering at San Francisco State University. She is the author of Access 2000 VBA Handbook and Access 97 Macro & VBA Handbook, both from Sybex. She has also published articles in Access Visual Basic Advisor and Internet Advisor. Dana Jones is a consultant with MCW Technologies, a Microsoft Solution Provider, and has written for SmartAccess.

    Product Details

    • Paperback: 880 pages
    • Publisher: Sybex (October 3, 2001)
    • Language: English
    • ISBN-10: 0782140130
    • ISBN-13: 978-0782140132
    • Product Dimensions: 8.8 x 7.6 x 2 inches
    • Shipping Weight: 3 pounds
    • Average Customer Review: 3.6 out of 5 stars  See all reviews (7 customer reviews)
    • Amazon Best Sellers Rank: #1,331,115 in Books (See Top 100 in Books)

    More About the Author

    Discover books, learn about writers, read author blogs, and more.

     

    Customer Reviews

    7 Reviews
    5 star:
     (4)
    4 star:    (0)
    3 star:
     (1)
    2 star:    (0)
    1 star:
     (2)
     
     
     
     
     
    Average Customer Review
    3.6 out of 5 stars (7 customer reviews)
     
     
     
     
    Share your thoughts with other customers:
    Most Helpful Customer Reviews

    30 of 32 people found the following review helpful:
    5.0 out of 5 stars With a little study and committment, August 25, 2004
    By 
    This review is from: Access 2002 VBA Handbook (Paperback)
    I started using Access a few years ago as an adjunct of Microsoft Office, creating simple databases for my Christmas card list and such. Then about a year ago, because of work, I had the opportunity to dig deeper. Where to start? I began with Alison Balter's Mastering Access 2002 Desktop Development, a frustrating and disorganised tome that seemed to be missing all of the secret handshakes, signals and knowledge I longed for to unlock the supposed power of Microsoft Access. Every time it appeared Ms. Balter was going to get to the actual point and impart the wisdom I was seeking...she swiftly moved on to another topic. The book didn't even serve to help me clarify the mind-boggling vocabulary necessary to describe and understand the application. To me, Ms. Balter seemed like somebody whom, if they possessed a lot of knowledge, wasn't giving any of it away. A job change took care of my deadline but I was still intrigued and inherited a larger project when I committed myself to writing a custom database application for my partner's administrative needs. I needed help and serious instruction to achieve the application designs I had in my head.

    I turned to Getz, Litwin & Baron's Access Cookbook (1st edition), thinking I could hi-jack some off the shelf solutions and, if not actually learn to write Access VBA, at least tweak the code they supplied to suit my starry-eyed custom application needs. Not a bad idea. Problem was, as intriguing as the book is, it's really for experienced developers looking to take their skills in another direction (skyward). Very strong on methodology too, which is important, but it wasn't exactly getting me off the launch pad (it wasn't even getting me off my mouse pad, to be more accurate).

    Seven months on, two books later and still no real understanding of Access VBA. I checked out Getz, Litwin & Gunderloy's Access 2002 Developer's Handbook Set and was ready to dig deep...but one really needs to know the basics and fundamentals of Access VBA to keep up (otherwise it's like reading a foreign language of which you have very little knowledge). One hundred pages in and I sensed that I had skipped a grade and it wasn't going to get any easier. Even Ken Getz & Co. were repeatedly pointing me toward Novalis & Jones' Access 2002 VBA Handbook (useful for 2003 as well) and I can honestly say, after a few months procrastinating and about 2.5 - 3 weeks of focused study, without any previous programming knowledge or experience, I can now read an Access VBA procedure and understand what is actually going on. It's like I'm speaking their language!

    Novalis and Jones are thorough and precise to a fault. Despite the repetitive vocabulary of Access application development, they do a stunning job of continually moving the reader along, down what is, it has to be said, a very tricky and treacherous path. ("Each AccessObject object has an AccessObjectProperties collection object, sometimes just referred to as Properties, a collection object that stores custom properties for the object. Each AccessObjectProperty in the AccessObjectProperties collection object itself has two properties: Name and Value." Don't worry, by the time you get to Chapter 13, from whence that comes, it'll just make you chuckle instead of sweat.) If you've ever tried to learn Access VBA and have been left scratching your head wondering what some author's glib explanation is supposed to actually mean, you won't be disappointed in this book. Novalis and Jones will not leave you behind.

    The experience of reading the book is like one of taking a university course called Access VBA 101. You have to concentrate and focus while you do your reading. There are procedures aplenty throughout the book with step-by-step demonstrations and explanations about how to write Access VBA. The book is very well structured with regular variation between activity and explanation. (You will be inclined to start writing customisations and applying your newfound knowledge to the code samples as the book continues.) All of the samples are immediately applicable to the kind of useful procedures you'll want to include in your custom database application--in very simple form. This book is about foundations, however, it is an end in itself because you could finish it and start writing your own procedures. I have 12 different sections specifically earmarked for functionality that I want to include in my application, which is pretty useful. Their section on Creating and Modifying Database Objects (Chapter 14) has given me plenty of ideas about coding tools I want to write to flesh out the VBA IDE and write my code faster. Did I mention that 3 weeks ago I couldn't even read Access VBA?

    If at times the book feels like it's hard going, it probably has more to do with the subject itself (maybe I should've taken a few more breaks). You will hit a few walls but everything is surmountable; I made it all the way through the book (save the DAO Appendix) and all of their code worked for me (be careful in Chapter 13 "Working with Groups of Records...", however, because a couple of their early procedures in the chapter will break some of the later ones). Not a quick start and at least a month or so of Sundays but for those looking to lay a solid foundation in Access VBA, this is a wise investment of time and money. I now feel that I know the depth and power of Access using VBA programming and when you're trying to learn and utilise something this complex, that's half the battle.
    Help other customers find the most helpful reviews 
    Was this review helpful to you? Yes No


    20 of 23 people found the following review helpful:
    1.0 out of 5 stars There are better books available, November 19, 2003
    By 
    William Cook (Dripping Springs, TX United States) - See all my reviews
    (REAL NAME)   
    This review is from: Access 2002 VBA Handbook (Paperback)
    I upgraded from Access 2000 to Access 2002 and wanted a 2002 reference so based on reviews from other sites I bought this book. I have turned to it time and time again only to be disappointed time and time again. I haven't learned really anything from this book and judge the $60 I spent for it a total waste of money. A MUCH better book is the Access 2002 Developer's Hanbook by Paul Litwin etc.
    Help other customers find the most helpful reviews 
    Was this review helpful to you? Yes No


    2 of 2 people found the following review helpful:
    5.0 out of 5 stars Can't use it enough!, September 6, 2006
    By 
    A. Quintero (PA United States) - See all my reviews
    (REAL NAME)   
    This review is from: Access 2002 VBA Handbook (Paperback)
    This book has been all that I hoped it would be. I use it as a tutorial one day and a reference the next. I was a beginner Access VBA developer and now with this book I have become much more comfortable around VBA. So much more comfortable that I have developed 4 financial Access applications that are going to be used by multiple departments. I recently picked up the Access 2002 Developer's Handbook Set which is a little more advanced but I keep coming back to this one.
    Help other customers find the most helpful reviews 
    Was this review helpful to you? Yes No

    Share your thoughts with other customers: Create your own review
     
     
     
    Most Recent Customer Reviews





    Only search this product's reviews



    Inside This Book (learn more)
    First Sentence:
    A database is a collection of records and files. Read the first page
    Key Phrases - Capitalized Phrases (CAPs): (learn more)
    End Sub, Expense Reports, Microsoft Access, Visual Basic, Main Switchboard, End Function, Expense Categories, Object Browser, Database Wizard, Expression Builder, Customer Phone List, Customer Orders, Recordset Dim, Select Case, Microsoft Office, Switchboard Manager, Command Button Wizard, Connection Dim, Property Get, Employees Subform, Property Let, Read-only Long, Filter By Form, Type Set, Cancel As Integer
    New!
    Books on Related Topics | Concordance | Text Stats
    Browse Sample Pages:
    Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
    Search Inside This Book:

    Citations (learn more)
    This book cites 1 book:



    What Other Items Do Customers Buy After Viewing This Item?


    Tags Customers Associate with This Product

     (What's this?)
    Click on a tag to find related items, discussions, and people.
     

    Your tags: Add your first tag
     

    Sell a Digital Version of This Book in the Kindle Store

    If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

    Customer Discussions

    This product's forum
    Discussion Replies Latest Post
    No discussions yet

    Ask questions, Share opinions, Gain insight
    Start a new discussion
    Topic:
    First post:
    Prompts for sign-in
     


    Active discussions in related forums
    Search Customer Discussions
    Search all Amazon discussions
       
    Related forums


    Listmania!


    So You'd Like to...


    Create a guide


    Look for Similar Items by Category


    Look for Similar Items by Subject