E
Emily
I am new to Access and learning it as I go, frantically looking through
websites and guidebooks. But they have failed me.
The database is a basic library database, with M2M relationships for
author and subject, so it is probably those M2M relationships screwing
this up (Lord knows they caused me enough trouble already). I have a
main table (Books) which I need the title from, then the Author table
which is linked to Books through a junction table. Same deal with
subjects. I am trying to run a query to retrieve records that I
created between certain dates. So I use DateEntered and Title from the
Books table and Author from the Authors table (which is linked to Books
through a junction table). The problem is, when I run the query, I
enter my dates, and then I get a list of every book I entered on those
dates, but the list comes out sorted by author which is what I wanted,
but it lists every title from those dates under every author in the
database. It is 2,000 pages long. Needless to say, this is
unacceptable.
Again, what I am trying to do is retrieve a list of the books I entered
during a certain week (using a parameter query), and then view
Title/Author information for those records.
I have a feeling the junction tables may be the key to this, so I am
going to screw around with those in queries and see what I can come up
with.
Thanks in advance for any help.
websites and guidebooks. But they have failed me.
The database is a basic library database, with M2M relationships for
author and subject, so it is probably those M2M relationships screwing
this up (Lord knows they caused me enough trouble already). I have a
main table (Books) which I need the title from, then the Author table
which is linked to Books through a junction table. Same deal with
subjects. I am trying to run a query to retrieve records that I
created between certain dates. So I use DateEntered and Title from the
Books table and Author from the Authors table (which is linked to Books
through a junction table). The problem is, when I run the query, I
enter my dates, and then I get a list of every book I entered on those
dates, but the list comes out sorted by author which is what I wanted,
but it lists every title from those dates under every author in the
database. It is 2,000 pages long. Needless to say, this is
unacceptable.
Again, what I am trying to do is retrieve a list of the books I entered
during a certain week (using a parameter query), and then view
Title/Author information for those records.
I have a feeling the junction tables may be the key to this, so I am
going to screw around with those in queries and see what I can come up
with.
Thanks in advance for any help.