H
Hank in KC
I have two tables, one with CD titles and the other with song titles. Since
this is a many to many relationship I have a third table which contains a
one to many relationship with each of the other two tables. This third table
has a CD-ID and a Song-ID for each record.
Each record in the Song table has a box to the left of it with a +. Clicking
on this plus sign brings a drop down box with the IDs of the CDs containing
this song. This is good, as I can easily add a new ID for a CD without going
to an entry form.
I constructed a similar database, I thought, for another application ...
LPs. (I know, pitch them out!) This time, however, when I click on the +
sign I get a dropdown box with ALL the IDs of the LPs, not just the IDs of
the LPs containing that song.
Can anyone suggest how or what I should do to fix this?
TAI
Hank
this is a many to many relationship I have a third table which contains a
one to many relationship with each of the other two tables. This third table
has a CD-ID and a Song-ID for each record.
Each record in the Song table has a box to the left of it with a +. Clicking
on this plus sign brings a drop down box with the IDs of the CDs containing
this song. This is good, as I can easily add a new ID for a CD without going
to an entry form.
I constructed a similar database, I thought, for another application ...
LPs. (I know, pitch them out!) This time, however, when I click on the +
sign I get a dropdown box with ALL the IDs of the LPs, not just the IDs of
the LPs containing that song.
Can anyone suggest how or what I should do to fix this?
TAI
Hank