
Originally Posted by
rpeare
[FONT=Times New Roman][SIZE=3]
The data you listed in your post is identical, identical not in content, but in design
Author Last Name
Author First Name
Author Middle Initial
Title
For the purposes of database design, if you have four tables that are each tracking this exact information, the *structure* is identical and therefore your database is not normalized. Unless of course there are fields you are not telling us about in each of these genre tables, but likely anything else you are tracking can be done on a normalized table, without knowing the structure of your data beyond these fields it would be fruitless to suggest a way to continue.
If you have an author table with a primary key you might be able to use that, if you don't that's another stumbling block.