DAO Object Model: The Definitive Reference by Helen Feddema Unconfirmed error reports are from readers. They have not yet been approved or disproved by the author or editor and represent solely the opinion of the reader. This page was updated July 19, 2000. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification Unconfirmed errors and comments from readers: (23) At the bottom of the page, in Table 2-2, DBEngine Properties, the descriptions for the DefaultPassword and DefaultType properties are inverted. (37) In the fourth paragraph of code, the second listing now reads: "IdleOutput rstOrders, strcountry" Should read: "IdleOutput (rstOrders, strcountry)" (219) In the OpenRecordset section, the arguments for OpenRecordset do not match their description in the table below them. To correct the error: the word "source" in the Argument column of the table should be changed to "name." As well, "name" should read "type." See p. 113 where the table describing the arguments is correct. It would also be helpful to indicate which arguments are optional in the definition on p. 219 as you have done on p. 113. (221) The last sentence of first paragaph on the page reads: "See the OpenRecordset section Chapter 5. . . for a number of code examples illustrating this method with database objects. . ." This would be made more clear by noting that the second syntax given for OpenRecordset is also illustrated in the QueryDef & TableDef chapters (c. 7, p. 164 and c. 10 p. 267, respectively).