I have a a form with a combobox that is supplied by the table "tblCourses ". It is provided with a list of course names
The report that is opened after one is selected, looks at all employees who are currently trained in that course.
In the criteria section, I have (under Course Name)
However, when I run the report, no data shows up what so ever.
As an additional bit of troubleshooting , if I remove the criteria, it returns data, seemingly at random (i.e. it randomly selects a course to return) as well as all employee training information (i.e. not only for the selected course)
The report that is opened after one is selected, looks at all employees who are currently trained in that course.
In the criteria section, I have (under Course Name)
Code:
[Forms]![frmTrainingLookUp]![NameofCourse]
As an additional bit of troubleshooting , if I remove the criteria, it returns data, seemingly at random (i.e. it randomly selects a course to return) as well as all employee training information (i.e. not only for the selected course)
Comment