Hi,
I have a question that will probably be fairly simple to answer. I am working on a database to keep track of books and created a simple database that primarily consists of one table "TblBook" which contains the following fields: ID (autonumber), Title, Subtitle, Last Name, First Name, Year Published, Location Published, Publisher, Category (A look up to another table, TblCategoryLookUp), ISBN, and Notes..
My problem deals with books that have multiple authors. I have been dealing with those by putting the name of the first author listed by in the last name and first name fields and I put any other authors in the "Last Name" field (after the first author's last name) followed by commas.. So an example would be like this:
<Last Name>: "Smith, Jane Doe, Frank Murphy" <First Name>: "John"
However the person I was making the database for wants to be able to search by various authors names including those who were co-authors...
I started this project before I knew much about databases and Access and I know my current database is not very efficient. I probably need to create a many-to-many relationship between "tblBook" and something like "tblAuthor" with a bridge entity in between but how would you suggest doing this with the least amount of effort/data re-entry?
I have about two hundred books listed and wanted to know the best way to go about reworking my database. Does anyone have any time-saving suggestions?
I'd appreciate any help I can get and apologize if someone already posted a question like this that has already been answered. Thank you.
I have a question that will probably be fairly simple to answer. I am working on a database to keep track of books and created a simple database that primarily consists of one table "TblBook" which contains the following fields: ID (autonumber), Title, Subtitle, Last Name, First Name, Year Published, Location Published, Publisher, Category (A look up to another table, TblCategoryLookUp), ISBN, and Notes..
My problem deals with books that have multiple authors. I have been dealing with those by putting the name of the first author listed by in the last name and first name fields and I put any other authors in the "Last Name" field (after the first author's last name) followed by commas.. So an example would be like this:
<Last Name>: "Smith, Jane Doe, Frank Murphy" <First Name>: "John"
However the person I was making the database for wants to be able to search by various authors names including those who were co-authors...
I started this project before I knew much about databases and Access and I know my current database is not very efficient. I probably need to create a many-to-many relationship between "tblBook" and something like "tblAuthor" with a bridge entity in between but how would you suggest doing this with the least amount of effort/data re-entry?
I have about two hundred books listed and wanted to know the best way to go about reworking my database. Does anyone have any time-saving suggestions?
I'd appreciate any help I can get and apologize if someone already posted a question like this that has already been answered. Thank you.