Access Database Design and Programming by Steven Roman Here are the changes that were made in the 11/98 reprint: (xvi) para. 2: the URL for updates now reads "http://www.oreilly.com/catalog/9781565922976/" (70) first table, header "S.A1": the subscript "1" is now bold, not italic {90} code sample 3 now reads: CREATE TABLE BOOKS2 (ISBN TEXT(13) CONSTRAINT PrimaryKeyName PRIMARY KEY, TITLE TEXT(100), PRICE MONEY, PubID TEXT(10), CONSTRAINT Test FOREIGN KEY (PubID) REFERENCES Publishers (PubID)); (104) Under the heading for the "Having" option: "The HAVING option in used in conjunction ..." now reads "The HAVING option is used in conjunction ..."