Subform not displaying current information

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
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top