I want to check if a course selected from a cbo is in the category UG or PG. CourseIDF and UG/PG are in the same table. I'm trying to use a dcount, but keep getting the syntax wrong. Both fields are numbers. Anyone spot the problem.
DCount("[CourseIDF] ", "tblCourses", "[CourseIDF] = " &...