G
Guest
I have a form control with a combo box which is called Exam Name which
relates back to a table called tblCourseExams ExamName field through a query,
in the properties row source I have the following SQL
SELECT tblExams.ExamName, tblExams.InActive FROM tblExams WHERE
(((tblExams.InActive)=No));
When I select a name from the list I receive this message
The Microsoft jet engine cannot find a record in the table 'tblExams' with
key matching field(s) 'ExamName'.
The ExamName I select is in the tblExams table.
I would appreciate some HELP please
Rodney
relates back to a table called tblCourseExams ExamName field through a query,
in the properties row source I have the following SQL
SELECT tblExams.ExamName, tblExams.InActive FROM tblExams WHERE
(((tblExams.InActive)=No));
When I select a name from the list I receive this message
The Microsoft jet engine cannot find a record in the table 'tblExams' with
key matching field(s) 'ExamName'.
The ExamName I select is in the tblExams table.
I would appreciate some HELP please
Rodney