WILEY

Publishers since 1807

Wiley - Publishers Since 1807

United States Change Location

cart.gif CART |  MY ACCOUNT |  CONTACT US |  HELP    
Cover image for product 0782140092
Access 2002 Desktop Developer's Handbook
ISBN: 978-0-7821-4009-5
Paperback
1439 pages
October 2001
US $59.99 Add to Cart

This price is valid for United States. Change location to view local pricing and availability.

  • Description
  • Table of Contents
  • Author Information
  • 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 69

Third code snippet, "For wksEach In" should be 'For Each wks In'

Page 97

Fig 4.11 - Data in CustomerID column of tblOrder is wrong; should be 4, 23, 15,2, 23, 2 for Records 1 thru 6 respectively.

Page 195

Next to last Bullet, corrected line should read "VBA objects including VBE, COMAddins, and References"

Page 202

Connection Strings code, remove the blank line that crept in during editing.

Page 203

2nd Bullet, change "User ID" to "Persist Security Info", to "User ID" to "Extended Properties"

Page 231

Code snippet in middle of page, should be rst.Options = adCmdStoredProc Or adAsyncExecute

Page 265

Under Using the Filter Property, 2nd line of code ahould have a trailing quote, rst.Filter = "[Age] > 35"

Page 340

bottom line.
varTestVariable = cboTestCombo(2, 3)
should read
varTestVariable = cboTestCombo.Column(2, 3)

Page 827

7th line of code, .ConvertToTable should be .ConvertToTable(vbTab)

Page 917

Para. at bottom of page, 1st line, "adhHandleErr" should be 'adhHandleError'

Page 935

The code that checks if the program is compiled in 'debug mode'
references the wrong constant (adhcFDebug instead of DEBUGGING).

The 6th line should read

#If DEBUGGING Then

Page 962

TABLE 15.2, in the last row of the table, the default value for SharedAsyncDelay should be 500