Alright, I am totally stuck here....
I have a database with several tables, amongst those are 'Bands', 'Labels' and 'CdDb'.
'Bands':
-id
-BandName (text)
-Website (text)
'Labels':
-id
-LabelName (text)
'CdDb':
-id
-BandId (num)
-LabelId (num)
In 'CdDb', the field "BandId" is based on the id...