This is for a computer science project where i have to make a database for and examinations board. I have a table of examiners where all the names of examiners are listed and an ExaminerID Feild and the SubjectID that they mark papers for. In the Centres table i need to create a combo box under ExaminerID which lists all the Examiners that mark the specific SubjectID which has already been entered in the Centre Table.
2006-09-12
22:54:39
·
2 answers
·
asked by
Bill
2
in
Computers & Internet
➔ Programming & Design
I have tried using this code.
"SELECT Examiner.[Examiner ID] FROM Examiner WHERE Examiner.[Subject Reference Code]=Centre.[Subject Reference Code]; " (without quotes) to no success, Access simply asks me to enter "centre.[Subject Reference Code]" if i do enter it however it does exactly what i want, but is there a way to do it without having to re-enter the number.
2006-09-12
23:02:04 ·
update #1