A
Annie
Hi. I am trying to flip what I've been doing. Rather than
signing people up for course, I'm trying to go to the
people form and use a combo box to choose the course to
assign them to. I have a composite primary key that may
be causing strife. Both my query and subform shows what
I'd expect. However, the >* is greyed out, so that I can't
select courses to assign.
tblCourseSponsors (CPK)
CourseID
OrganizationID
tblOrganization
OrganizationID (PK)
tblCourse
CourseID (PK)
tblEvent
EventID (PK)
CourseID
PeopleID
Also:
tblPeople
People ID (PK)
If I leave out tblCourseSponsors and tblOrganization, all
is well. But I need Organization name (tblOrganization)
and I can't there without tblCourseSponsors. I've tried
to combine two different queries but nothing has worked.
What am I missing? Thanks Annie
signing people up for course, I'm trying to go to the
people form and use a combo box to choose the course to
assign them to. I have a composite primary key that may
be causing strife. Both my query and subform shows what
I'd expect. However, the >* is greyed out, so that I can't
select courses to assign.
tblCourseSponsors (CPK)
CourseID
OrganizationID
tblOrganization
OrganizationID (PK)
tblCourse
CourseID (PK)
tblEvent
EventID (PK)
CourseID
PeopleID
Also:
tblPeople
People ID (PK)
If I leave out tblCourseSponsors and tblOrganization, all
is well. But I need Organization name (tblOrganization)
and I can't there without tblCourseSponsors. I've tried
to combine two different queries but nothing has worked.
What am I missing? Thanks Annie