M
Mart
I have minimal knowledge of Access database design, but have fiddled around
with a few in so far as I've added fields and data and constructed a few
queries and reports.
My questions related to a database of books that I want to eventually want
to be able to be queried on the web:
1. Many books start with "A" or "The".
How can/do I place these words at the end of the book title, preceded by a
", " when a web user searches for a book title. At what point is this task
actually carried out? Along the same lines, how could I see an alphabetized
list of book titles in the database which ignores the "A" and "The", eg. "The
Lion, the Witch and the Wardrobe" would appear under "L".
2. Many books have more than one author.
Short of having fields like "author1", "author2" etc. is there a slightly
less cumbersome way of listing more than one author in a table?
3. The database will consist of three tables: books, authors and
illustrators. Much of the information in the books table will be reproduced
in either the author or illustrator tables. How do I get around having to
enter the same data into three tables (I suspect the relational thing comes
into play here )
Thanks very much.
Mart
with a few in so far as I've added fields and data and constructed a few
queries and reports.
My questions related to a database of books that I want to eventually want
to be able to be queried on the web:
1. Many books start with "A" or "The".
How can/do I place these words at the end of the book title, preceded by a
", " when a web user searches for a book title. At what point is this task
actually carried out? Along the same lines, how could I see an alphabetized
list of book titles in the database which ignores the "A" and "The", eg. "The
Lion, the Witch and the Wardrobe" would appear under "L".
2. Many books have more than one author.
Short of having fields like "author1", "author2" etc. is there a slightly
less cumbersome way of listing more than one author in a table?
3. The database will consist of three tables: books, authors and
illustrators. Much of the information in the books table will be reproduced
in either the author or illustrator tables. How do I get around having to
enter the same data into three tables (I suspect the relational thing comes
into play here )
Thanks very much.
Mart