Errata

Integrating Excel and Access

Errata for Integrating Excel and Access

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
Printed
Page 88
Example 6-1

This minor error occurs throughout the book:

Dim x, y, z as integer

The result of this Dim is z being assigned as an integer and x and y being assigned
as variants. I think the author wanted to assign all three variables as integers.
To do this the line should have been as follows:

Dim x as integer
Dim y as integer
Dim z as integer

This error also occurs on pages 92, 95, 100, 129, 133, and 141.

Anonymous