I have a DB with two tables in it, one called Subjects and there called Subject Descriptions:
Subjects:
Column 1 = SubjectID
Column 2 = Subject
SubjectDescriptions:
Column 1 = SubjectID
Column 2 = Year (This just details which year the description relates to)
Column 3 = SubjectDescription
I want to 'Select * SubjectDescription from SubjectDescriptions'
E.g. 1,Y7,Maths is about Numbers and stuff
But I then want to change the SubjectID to the name of the subject, and icant for the life of me remember how?
can anyone help?


LinkBack URL
About LinkBacks



