Subform not displaying current information

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form called Assign based on Students, with a subform based on an
Enrollments table that links Students to Sessions (SessionID [PK], ClassID).
The subform has a combo box that displays the classes.

Now when I select a student, then go to my subform to assign that student to
a class...when I go back to that student after assigning him, the class does
not appear. But when I go into my Enrollments table, the information is
there, but it won't display in my form.

Any ideas? Thank you for any help you can provide.

ivalum21
 
I would guess the problem is in the relationships or links.

Make sure both tables have like a EMPLOYEEID code in them.

Delete the subform from the main form.

Reinstall the subform on the main form and select the linking criteria
yourself as EmployeeID then it should work fine.
 
Back
Top