Thank you all for your replies. Happy Holidays and Happy New Year!!!!!!
Unfortunately, I am not as experienced with access as all of you are. After
reading your recommendations, I am a little reluctant of which direction I
should go.
Here's what I am trying to do...
My hobby is woodworking and have a lot of magazines and books that I would
to keep track of the articles as well as other information within the
magazines and books that are of use.
The woodworking is very diversified and covers a lot of different subjects
that I would group together. I want to be able to classify the magazines
and books as well as the articles for quick lookup.
The database is a simple one. I created 5 tables. One for the Articles,
One for the Magazines, One for the Categories, One for the Subcategories, as
well as one for the Location.
The Article table has a unique key that is ArticleID (Numeric-Auto).
Magazine has a unique key MagazineID (Numeric-Auto), Category has a unique
key CategoryID (Numeric-Auto), Subcategory has a unique key SubcatID
(Numeric-Auto), Location has a unique key LocationId (Numeric-Auto).
Within the Article table, I have included all of the keys of the other
tables. I was using Article as the parent table.
Article would relate to Magazine and Magazine would relate to Location.
Article would also relate to category and category would relate to
subcategory. Each relationship is a one to many and I am trying to make it
a one-to-one??? After reading the responses, I am now unsure of my
decision.
I would like to search by article description, or category (Subject) or
subcategory. I would like to search a specific magazine for a subject of my
choice, since some magazines as well as books covers a specific subject and
other that type of subject.
Any feedback would be greatly appreciated.
Thank you again!!! and....
Happy Holidays and Happy New Year!!!!!!