Access 2000 is the fifth version of the hugely successful desktop database from Microsoft. When it was first released in 1992, Access immediately gained praise for its ease of use and power. Each release of Access has added features and increased usability, and with Access 2000 we now have a unified development environment for the whole of the Office 2000 suite of applications. Visual Basic for Applications (VBA) is the programming language that gives Access its real power, allowing you to automate complex tasks and create applications with more scope and flexibility than is possible with its default forms and macros. VBA has a simple syntax allowing even complete novices to learn programming with very little effort, and this book illustrates the concepts with plenty of examples and exercises.
Who is this book for?
This book is for users who already have a basic knowledge of databases and the basic Access objects, such as tables, queries, forms and reports. You now want to expand on your existing knowledge of Access and wish to learn how to program in VBA. You don't need any prior programming experience, although a basic knowledge of Access macros would be helpful.
What does this book cover?
* Constructing a substantial example application with VBA
* Mastering the foundations of Visual Basic for Applications
* Understanding the concepts behind classes and objects
* How Automation can be used to link Office applications
* Creating custom objects using the Class Module feature
* How to debug your programs and implement robust error handling
* Adding support for multiple users
* Publishing your Access database on the Internet
* How to optimize and add polish to your finished database application
Auflage
Sprache
Verlagsort
Verlagsgruppe
Editions-Typ
Maße
Höhe: 23.3 cm
Breite: 18.8 cm
Dicke: 49 mm
Gewicht
ISBN-13
978-0-7645-4383-8 (9780764543838)
Schweitzer Klassifikation
Robert Smith and David Sussman have been programming in Access since it was first released. Using their experience they teach you how the power of Visual Basic(r) for Applications can transform ordinary databases into great applications.
Introduction.
Chapter 1. Access 2000 - A Long Journey.
Chapter 2. Designing Applications.
Chapter 3. Introduction to Event Driven Programming.
Chapter 4. Creating Code.
Chapter 5. Controlling the Program.
Chapter 6. Using Access Objects.
Chapter 7. Using DAO.
Chapter 8. Data Management Techniques.
Chapter 9. External Data.
Chapter 10. Reports.
Chapter 11. Advanced Programming Techniques.
Chapter 12. Error Handling and Debugging.
Chapter 13. Using Classes.
Chapter 14. Libraries and Add-Ins.
Chapter 15. Automation.
Chapter 16. Multi-User.
Chapter 17. The Internet.
Chapter 18. Optimizing Your Application.
Exercise Solutions.
Appendix A. Choosing Between MSDE and Jet.
Appendix B. Choosing Between DAO and ADO.
Appendix C. ADO 2.1 Object Model.
Appendix D. Access Object Model.
Appendix E. Microsoft DAO 3.6 Object Library Reference.
Appendix F. Access Events.
Appendix G. ANSI Character Set.
Appendix H. ODBC and PWS.