M
Mary Fran
This is a problem that is happening on several computers but not mine. The
user hits the dropdown and a field that is supposed to show doesn't. I know
we have the same front end b/c they sent me the one on which they're
experiencing this problem.
Here is the row source for the combo (again, it works fine on my computer
but on theirs the CourseID does not show):
SELECT tblcCourses.CourseID, tblcCourses.Course,
IIf(IsNull([CourseName]),"Course Name not available",[CourseName]) AS
CourseMenu,
DCount("[CourseID]","[qryCurrentTutorsAthletesCourses]","[CourseID] = " &
[CourseID]) AS Courses
FROM tblcCourses
ORDER BY tblcCourses.Course;
Can anyone help, please?!
user hits the dropdown and a field that is supposed to show doesn't. I know
we have the same front end b/c they sent me the one on which they're
experiencing this problem.
Here is the row source for the combo (again, it works fine on my computer
but on theirs the CourseID does not show):
SELECT tblcCourses.CourseID, tblcCourses.Course,
IIf(IsNull([CourseName]),"Course Name not available",[CourseName]) AS
CourseMenu,
DCount("[CourseID]","[qryCurrentTutorsAthletesCourses]","[CourseID] = " &
[CourseID]) AS Courses
FROM tblcCourses
ORDER BY tblcCourses.Course;
Can anyone help, please?!