A
adrian007uk
I am having real trouble working out how to create a form to link three tables.
I have:
Artists_Table
Artists ID (PK) (1)
Artists Name
Performance Table
Track ID (PK) (many)
Artist ID (PK) (many)
Tracks_Table
Track ID (PK) (1)
Track Number
Track Title
Recording ID
I have two other tables but my problem centres around these tables (i think
because I have a joining table to split the many - many relationships).
Could somebody please talk me through how i can get the artists table to
interact with the tracks table? This is not happeneing at the moment. I
keep trying to change the 'control source' for the primary keys from the
diffent tables (i.e., Track ID) but i seem to be missing something very
obvious.
I am also trying to make the Artists Name a combo box but i am confused
about whether it should look up a value, or the second option, and whether it
should rememeber the value or store the value in a field.
Thanks
Adrian
I have:
Artists_Table
Artists ID (PK) (1)
Artists Name
Performance Table
Track ID (PK) (many)
Artist ID (PK) (many)
Tracks_Table
Track ID (PK) (1)
Track Number
Track Title
Recording ID
I have two other tables but my problem centres around these tables (i think
because I have a joining table to split the many - many relationships).
Could somebody please talk me through how i can get the artists table to
interact with the tracks table? This is not happeneing at the moment. I
keep trying to change the 'control source' for the primary keys from the
diffent tables (i.e., Track ID) but i seem to be missing something very
obvious.
I am also trying to make the Artists Name a combo box but i am confused
about whether it should look up a value, or the second option, and whether it
should rememeber the value or store the value in a field.
Thanks
Adrian