R
Ron
OK Say I have a table called COURSESECTIONS that lists schedule
numbers of courses and also facultyID's. I then have a form called
FACULTY. On this form, I want to display the courses that the current
faculty member teaches.
So lets say I have a table coursesections with the following info:
COURSEID FACULTYID
===================
999122333 225510
999144441 225510
999555551 228845
so when I open up Faculty form I want to display both 999122333 and
999144441
now those 999 numbers correspond to a table called Courses and the
999122333 for example is actually called MATH 1 and the other 999144441
is called PSY2
so on the faculty form I want to display MATH1 and PSY2 - how do I do
this?
numbers of courses and also facultyID's. I then have a form called
FACULTY. On this form, I want to display the courses that the current
faculty member teaches.
So lets say I have a table coursesections with the following info:
COURSEID FACULTYID
===================
999122333 225510
999144441 225510
999555551 228845
so when I open up Faculty form I want to display both 999122333 and
999144441
now those 999 numbers correspond to a table called Courses and the
999122333 for example is actually called MATH 1 and the other 999144441
is called PSY2
so on the faculty form I want to display MATH1 and PSY2 - how do I do
this?