Access Database Design & Programming, 3rd Edition by Steve Roman This errata page lists errors outstanding in the most recent printing. If you have any error reports or technical questions, you can send them to booktech@oreilly.com. (Please specify the printing date of your copy.) This page was updated on September 2, 2004. 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 CONFIRMED errors: (16) 3rd paragraph, 1st sentence ...than is absolutely necessary to indentify any entity uniquely. should be: ...than is absolutely necessary to identify any entity uniquely. {203} Example 14-1; Access 2000 uses ADO by default. The example as shown will not work UNLESS I go to Tools, References and check "Microsoft DAO 3.6 Object Library" AND Change "Dim rsBooks As Recordset" to "Dim rsBooks As DAO.Recordset"