A family of Microsoft relational database management systems designed for ease of use.
Hi Teri, I'm an independent adviser and will try to help.
One of the principles of a relational database is to eliminate redundancy. Another is to define information by data in rows and columns, not by object names. So having tables with duplicate structures for each book named for the book, would violate those principles.
You should have one table for all the books with a field that identifies the book. This will make it easier to search for references that might be in multiple books as well as being proper design.