Re: Query Multiple Tables in Access 2002
- From: John W. Vinson <jvinson@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 07 Feb 2009 13:58:02 -0700
On Sat, 7 Feb 2009 12:37:01 -0800, Josh Davis
<JoshDavis@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I am and have already set up multiple tables to keep up with my HUGE library
of songs that are on my computer.
What's your definition of "huge"? An Access table with 20,000,000 records is
getting huge. 100,000 is quite modest. If your collection has a hundred
thousand songs I'm impressed.
What I need help with is I know there are
duplicates of some tracks, especially on some of my own created mixed CDs as
well as a few erroneous or tracks that have nothing on them or were just
severely corrupted. I was trying to query all my tables since each table
contains one CD in my collection to identify the duplicates or erroneous
tracks.
Then your database design IS WRONG. To track tracks, you need *two* tables,
not hundreds:
CDs
CDID
<various fields about the CD as a whole, e.g. title, date issued, ...>
Tracks
CDID <link to CDID in CDs>
TrackNo
Title
You'll also want tables for Artists, artist on track, etc. - but you will
certainly NOT have a table for each CD.
However, when i tried to do that in Design View there was over ten
tables in the query which didn't seem like it would either work or return the
desired results. Am I trying to set the query up wrong?
Probably... but when you don't post any details of how you created the query
it's more than a bit hard to speculate in what WAY it's wrong (other than the
concern stated above).
Is there a faster &
more efficient way to set it all up and eradicate the unnecessary tracks?
Also, I need the database to help me identifying "strays" or songs that seems
to get put in the wrong place and also make it to where I can easily find out
how many songs of a particular artist I have or how many total songs I have?
You know just be able to quickly and effectively find out what i need to know
is the least amount of time. Any light you could shed on this would be
greatly appreciated.
A properly normalized design will make these questions much easier to address.
--
John W. Vinson [MVP]
.
- Follow-Ups:
- Re: Query Multiple Tables in Access 2002
- From: Josh Davis
- Re: Query Multiple Tables in Access 2002
- References:
- Query Multiple Tables in Access 2002
- From: Josh Davis
- Query Multiple Tables in Access 2002
- Prev by Date: Query Multiple Tables in Access 2002?
- Next by Date: Re: How to COUNT survey repsonses.
- Previous by thread: Query Multiple Tables in Access 2002
- Next by thread: Re: Query Multiple Tables in Access 2002
- Index(es):
Relevant Pages
|