Join Amazon Prime and get unlimited Free One-Day Delivery. Already a member? Sign in.

 

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

Have one to sell? Sell yours here
 
   
Tell a Friend
Access 2003 Vba Programmer's Reference (Wrox Press) (Programmer to Programmer)
 
 
Access 2003 Vba Programmer's Reference (Wrox Press) (Programmer to Programmer) (Paperback)
by Patricia Cardoza (Author), Teresa Hennig (Author), Graham Seach (Author), Armen Stein (Author) "What is Microsoft Access? ..." (more)
5.0 out of 5 stars  (1 customer review)
RRP: £26.99
Price: £17.49 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £9.50 (35%)
Availability: In stock. Dispatched from and sold by Amazon.co.uk. Gift-wrap available.

Want guaranteed delivery by 1pm Friday, August 22? Choose Express delivery at checkout. See Details

41 used & new available from £14.46

Frequently Bought Together

Customers buy this book with Expert One-on-One Microsoft Access Application Development (Wrox Press) (Expert One-On-One) by Helen Feddema

Access 2003 Vba Programmer's Reference (Wrox Press) (Programmer to Programmer) Expert One-on-One Microsoft Access Application Development (Wrox Press) (Expert One-On-One)
Price For Both: £41.98

Customers Who Bought This Item Also Bought

Expert One-on-One Microsoft Access Application Development (Wrox Press) (Expert One-On-One)

Expert One-on-One Microsoft Access Application Development (Wrox Press) (Expert One-On-One) by Helen Feddema

£24.49
Beginning Access 2003 VBA (Programmer to Programmer)

Beginning Access 2003 VBA (Programmer to Programmer) by Denise Gosnell

3.2 out of 5 stars (4)  £18.89
Access VBA Programming for Dummies (For Dummies)

Access VBA Programming for Dummies (For Dummies) by Alan Simpson

3.7 out of 5 stars (3)  £11.89
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 (6)  £16.09
Access 2003 Bible

Access 2003 Bible by Cary N. Prague

2.0 out of 5 stars (1)  £24.47
Explore similar items : Books (45)

Product details

  • Paperback: 984 pages
  • Publisher: John Wiley & Sons (8 April 2004)
  • Language English
  • ISBN-10: 0764559036
  • ISBN-13: 978-0764559037
  • Product Dimensions: 23.4 x 18.8 x 5.6 cm
  • Average Customer Review: 5.0 out of 5 stars  (1 customer review)
  • Amazon.co.uk Sales Rank: 13,340 in Books (See Bestsellers in Books)

    Popular in these categories:

    #1 in  Books > Computing & Internet > Databases > Applications > Access > Programming
    #2 in  Books > Computing & Internet > Databases > Applications > Access > Reference
    #3 in  Books > Computing & Internet > Databases > Data Storage & Management > Database Management Systems

    (Publishers and authors: Improve Your Sales)
  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links

 (What is this?)
Access Programmer
ApprovedDatabaseDevelopers.co.uk    Get free quotes from top UK MS Access Database Developers 
VBA Jobs in Banking
www.eFinancialCareers.co.uk    VBA development roles in Banks Apply online for the latest jobs 
Access programmer
www.it-rec.co.uk    Specialists in all areas of UK IT. Low fees & excellent candidates. 

Product Description

Product Description
What is this book about?

Its power and short learning curve have made Access Microsoft’s leading consumer relational database management system for desktop applications. VBA lets you tap more of that power, responding to application level events, displaying forms and reports, manipulating toolbars, and much more.

In this book, a crack team of programmers, including two Microsoft MVPs, shows you how to take control of Access 2003 or 2002 using VBA. You’ll learn to create and name variables, use DAO and ADO to manipulate data, handle errors correctly, create classes and use APIs, and more. An entire chapter is devoted to the changes in Access 2003, including new wizards and GUI features that previously required VBA code as well as new VBA features.

You’ll receive a thorough education in system security, macro security, and the Access Developer Extensions (ADE). You will discover how to access data with VBA, execute and debug VBA code, and use VBA with Access objects. Finally, you will learn more about the relationship between Access and SQL Server, and how to use VBA in Access to control and enhance other Office applications.

What does this book cover?

Here are some of the things you′ll discover in this book:

  • How to take advantage of the built–in Access object library, using Access commands and executing them from any Access toolbar
  • What you need to know to design your own classes, implement common APIs in your code, and use SQL to access data
  • How to configure custom menus for your Access database applications
  • Ways to transfer information between Access and Excel, Word, Outlook, and other Office programs
  • How to show or hide entire sections of reports based on data entered on a form, or hide form fields based on database login information
  • Object models you can use when writing VBA code in Access, and a list of common API functions to use in your code

Who is this book for?

This book is a comprehensive resource for Access users and VBA developers who want to increase the power of Access using VBA. In addition to experience with VBA, you should have read at least one tutorial covering VBA for Access.

Synopsis
What is this book about? Its power and short learning curve have made Access Microsoft's leading consumer relational database management system for desktop applications. VBA lets you tap more of that power, responding to application level events, displaying forms and reports, manipulating toolbars, and much more. In this book, a crack team of programmers, including two Microsoft MVPs, shows you how to take control of Access 2003 or 2002 using VBA. You'll learn to create and name variables, use DAO and ADO to manipulate data, handle errors correctly, create classes and use APIs, and more. An entire chapter is devoted to the changes in Access 2003, including new wizards and GUI features that previously required VBA code as well as new VBA features. You'll receive a thorough education in system security, macro security, and the Access Developer Extensions (ADE). You will discover how to access data with VBA, execute and debug VBA code, and use VBA with Access objects. Finally, you will learn more about the relationship between Access and SQL Server, and how to use VBA in Access to control and enhance other Office applications. What does this book cover?

Here are some of the things you'll discover in this book: how to take advantage of the built-in Access object library, usin