Home Tab Browse Books Tab For Instructors Tab Email Newsletter Tab About Sybex Tab Contact Us Tab  
sybex.com
Cover image for product 0782140130
Access 2002 VBA Handbook
Susann Novalis, Dana Jones
ISBN: 978-0-7821-4013-2
Paperback
880 pages
November 2001
US $59.99 Add to Cart

Residents outside the United States can purchase books through our International Distributors.

 
About This Title | Errata
Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.
ChapterPageDetailsDatePrint Run
Combined Errata

Page 199

The last line should read pagenumber:=2 instead of pagenumber:2

Page 257

In code, 1st line, "PublicSub" should read "Public Sub"

Page 265

Under "Using the Move Method",last sentence should read "rst.Move 4"

Page 411

"For Each Next" Instead of !Controls, it should read .Controls, as:For Each ctl in Screen.ActiveForm.Controls

Last line of code at bottom of page should read Screen.ActiveForm.Controls.)

Page 458

The If statement for Case 11
should be:

If strAnswer = vbYes Then Resume Err_Denominator

Page 459

There are two missing lines, between current lines 9 and 10. They should be:

Exit_Division:
Exit Sub