H
harleyken
To all;
My form has [combo2] from Classes_Available and stores the ID to be used
later. when the combo2 after update opens a sub form which shows all of the
classes that are scheduled from Scheduled_Classes.
What I am trying to do is build a query that checks to see if a person is
already scheduled for a class type so they don't get scheduled for the same
class type twice...
Table
Students
[ID]
{and other info}
Classes_Available
[ID]
[Class_Type]
{and other info}
Scheduled_Classes
[ID]
[ClassID]
[Start_Date]
{and other info/same class type can be scheduled several times}
Scheduled_Student
[StudentID]
[ScheduledClassesID]
My form has [combo2] from Classes_Available and stores the ID to be used
later. when the combo2 after update opens a sub form which shows all of the
classes that are scheduled from Scheduled_Classes.
What I am trying to do is build a query that checks to see if a person is
already scheduled for a class type so they don't get scheduled for the same
class type twice...
Table
Students
[ID]
{and other info}
Classes_Available
[ID]
[Class_Type]
{and other info}
Scheduled_Classes
[ID]
[ClassID]
[Start_Date]
{and other info/same class type can be scheduled several times}
Scheduled_Student
[StudentID]
[ScheduledClassesID]