or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
26 used & new from £8.53

Have one to sell? Sell yours here
 
   
Access 2002 VBA Handbook
 
 

Access 2002 VBA Handbook (Paperback)

by Susann Novalis (Author), Dana Jones (Author) "A database is a collection of records and files ..." (more)
5.0 out of 5 stars  See all reviews (1 customer review)
RRP: £44.99
Price: £33.99 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £11.00 (24%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.

Only 1 left in stock--order soon (more on the way).

Want guaranteed delivery by Wednesday, November 11? Choose Express delivery at checkout. See Details
18 new from £25.38 8 used from £8.53

Frequently Bought Together

Customers buy this book with Microsoft® Access Version 2002 Inside Out (Inside Out (Microsoft)) by Helen Feddema

Access 2002 VBA Handbook + Microsoft® Access Version 2002 Inside Out (Inside Out (Microsoft))
Price For Both: £68.21

Show availability and shipping details


Customers Who Bought This Item Also Bought

Beginning Access 2002 VBA (Programmer to Programmer)

Beginning Access 2002 VBA (Programmer to Programmer)

by Robert Smith
4.0 out of 5 stars (1)  £31.44
Microsoft® Access Version 2002 Inside Out (Inside Out (Microsoft))

Microsoft® Access Version 2002 Inside Out (Inside Out (Microsoft))

by Helen Feddema
£34.22
Learn Access VBA 2003 With The Smart Method

Learn Access VBA 2003 With The Smart Method

by Mike Smart
5.0 out of 5 stars (15)  £11.38
Access X Desktop Developer's Handbook (Professional Results)

Access X Desktop Developer's Handbook (Professional Results)

by Paul Litwin
£38.24
VBA Developer's Handbook

VBA Developer's Handbook

by Ken Getz
4.4 out of 5 stars (16)  £24.89
Explore similar items

Product details

  • Paperback: 880 pages
  • Publisher: Sybex; 2nd Revised edition edition (15 Oct 2001)
  • Language English
  • ISBN-10: 0782140130
  • ISBN-13: 978-0782140132
  • Product Dimensions: 22.4 x 19.2 x 5.2 cm
  • Average Customer Review: 5.0 out of 5 stars  See all reviews (1 customer review)
  • Amazon.co.uk Sales Rank: 561,497 in Books (See Bestsellers in Books)

    Popular in this category:

    #36 in  Books > Computing & Internet > Databases > Applications > Access > Programming
  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
   Visual Basic opens new browser window
Microsoft.com/VisualStudio  -  Get the Latest Beta of Visual Studio® 2010. Download Free Trial. 
   Learn Visual Basic opens new browser window
www.LearnDevNow.com  -  Become an expert, master Visual Basic for less than $1 per day. 
   Access Database Help opens new browser window
www.TarragonConsultancy.co.uk  -  Need help with an Access database project? Friendly and professional. 
  
 

Product Description

Product Description

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


From the Back Cover

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

Inside This Book (Learn More)
First Sentence
A database is a collection of records and files. Read the first page
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
 
book - computer - programming
access
visual basics for applications

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?


 

Customer Reviews

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

 
24 of 24 people found the following review helpful:
5.0 out of 5 stars Great intro into VBA and ADO for non programmers, 30 Sep 2003
By Jon Simpson (Singapore) - See all my reviews
An excellent buy, this book has enabled me to customise my previous access databases so that even the most technically challanged of my colleagues can use them.

This book is aimed at those, like me, who have experience of Access but have very little knowledge of programming bar a few Excel macros.
I would not recommend it for absolute novices to Access as the basics of table, query, form and report design and interaction is not covered.

The book is well written and meets the demands of its target audience. The information is well organised with plenty of examples for practice throughout the book.

The topics covered that I found most useful were:
Object methods and properties, what they are and how to set them programmatically.
Definitive information on the VBA programming environment and object browser in access.
The introduction to ADO and ADOX structures and use of recordsets.
Use of variables and public procedures to create faster and reusable code.
Comprehensive Error handling, helps get rid of those cryptic default error messages.

The only negative I can think of is that it takes to chapter 10 before you really get into creating code that you can use. But as there is so much useful info for reference in the earlier chapters it isn't worth taking half a star off the rating.

Experienced programmers with knowledge of ADO may find this book a little too basic and should maybe plunge straight into the Access 2002 Developers Handbook.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Only search this product's reviews



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
 

   


Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback

Ad

Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.