S
sheva
Hi,
my problem is the following. I have one table that contains BOOKS and one
table that contains ARTICLES. Further I have a SUBJECTS TABLE that contains
different subjects and a code for each subject. The BOOK TABLE is connected
to the SUBJECTS TABLE via a third table thus creating a many-to-many
relationship. Likewise the ARTICLE TABLE is connected to the SUBJECTS TABLE
via another linking table to create a many-to-many relationship. The idea in
both cases is to know which subject is treated by which book/ article.
The problem is how to perform a query, which will show the subjects
contained in both the BOOK TABLE and ARTICLE TABLE. When I try to do one by
using the query wizard and selecting subject name, book name and article name
all i get is an empty table with the three respective fields.
I am using Access 2003 and am quite novice in the field of DB design.
my problem is the following. I have one table that contains BOOKS and one
table that contains ARTICLES. Further I have a SUBJECTS TABLE that contains
different subjects and a code for each subject. The BOOK TABLE is connected
to the SUBJECTS TABLE via a third table thus creating a many-to-many
relationship. Likewise the ARTICLE TABLE is connected to the SUBJECTS TABLE
via another linking table to create a many-to-many relationship. The idea in
both cases is to know which subject is treated by which book/ article.
The problem is how to perform a query, which will show the subjects
contained in both the BOOK TABLE and ARTICLE TABLE. When I try to do one by
using the query wizard and selecting subject name, book name and article name
all i get is an empty table with the three respective fields.
I am using Access 2003 and am quite novice in the field of DB design.