PrintNumber ErrorLocation Error Correction DateAdded
1 pii Added text

Corrections June 2010
This product is printed digitally on demand.
added 1/19/2010
1 Global Pipes in code are broken. Should be solid. fixed 4/22/2010
1 p28 Const comPi As Double = 3.14 Const conPi As Double = 3.14 6/25/2010
1 p30 It can be precise up to 28 decimal places for values from 7.9228162514264337593543950335 to 7.9228162514264337593543950335.
It can be precise up to 28 decimal places for values from -7.9228162514264337593543950335 to 7.9228162514264337593543950335.
6/25/2010
1 p31 frmSupplier is the name of the form, and txtAddress is the name of the control, so they are preceded by the bang. frmSuppliers is the name of the form, and txtAddress is the name of the control, so they are preceded by the bang. 6/25/2010
1 p32 8. In the Criteria cell type Between [Forms]![frmDateRange].[txtStart] And [Forms]![frmDateRange]![txtEnd] (see Figure 3.2). 8. In the Criteria cell type Between [Forms]![frmDateRange]![txtStart] And [Forms]![frmDateRange]![txtEnd] (see Figure 3.2). 6/25/2010
1 p112 The examples are the OpenUdateCSV and ApplyUpdates methods. The examples are the OpenUpdateCSV and ApplyUpdates methods. 6/25/2010
1 p376 [ORDER BY col1 [ASC | DESC] [, col2... [ASC|DESC]] [ORDER BY col1 [ASC | DESC] [, col2... [ASC | DESC]] 6/25/2010
1 p376 SELECT LastName & “, “ FirstName AS Fullname SELECT LastName & “, “ & FirstName AS Fullname 6/25/2010
1 p379 ORDER BY col1 [ASC|DESC][, col2 [ASC|DESC],...] ORDER BY col1 [ASC | DESC][, col2 [ASC | DESC],...] 6/25/2010