Beginning Access 2000 VBA von Robert Smith | ISBN 9780764558504

Beginning Access 2000 VBA

von Robert Smith und David Sussman
Mitwirkende
Autor / AutorinRobert Smith
Autor / AutorinDavid Sussman
Buchcover Beginning Access 2000 VBA | Robert Smith | EAN 9780764558504 | ISBN 0-7645-5850-1 | ISBN 978-0-7645-5850-4

Beginning Access 2000 VBA

von Robert Smith und David Sussman
Mitwirkende
Autor / AutorinRobert Smith
Autor / AutorinDavid Sussman
What is this book about?
Access 2000 is an important part of the Office 2000 programsuite, and is available on both the Premium and Professionaleditions of Office 2000. Access has traditionally been the Officesuite database program par excellence. It still remains that way, but with Office 2000 the face of Access is changing. This book willlook at the traditional role of Access and its future uses in theOffice suite.
Using VBA (Visual Basic for Applications), the user can programhis or her own programs in what is essentially a subset of theVisual Basic programming languages. This is tremendously powerful, as it allows you to create great User Interfaces (forms etc), as afront end to actual database storage and manipulation. Thiscontinues to be one of the great strengths of programming AccessVBA.
This book updates, expands and improves Beginning Access 97 VBAProgramming, in an Office 2000 setting. All the great tutorialcontent, teaching people how to program with VBA in Access isthere, but now majorly rewritten to take account of Office2000.
* Updated to take account of the Office 2000 facilities
* Constructs a substantial example application with VBA
* Database theory taught in the Wrox Beginning style
What does this book cover?
In this book, you will learn how to
* Construct a substantial example application with VBA
* Master the foundations of Visual Basic for Applications
* Understand the concepts behind classes and objects
* Understand how Automation can be used to link Officeapplications
* Create custom objects using the Class Module feature
* Debug your programs and implement robust error handling
* Add support for multiple users
* Publish your Access database on the Internet
* Optimize and add polish to your finished databaseapplication
Who is this book for?
This book is for users who already have a basic knowledge ofdatabases and the basic Access objects, such as tables, queries, forms and reports. You now want to expand on your existingknowledge of Access and wish to learn how to program in VBA. Youdon't need any prior programming experience, although a basicknowledge of Access macros would be helpful.