Subform

G

Guest

Hi,

I have a form and also have a subform within that form. I linked the
subform with the main form using the (Student ID) Master and Child. The
problem is when I select the student name on the main form, the subform would
not do anything.

I have done a few form similar to the one above. Whenever I select the
student name on the main form, the subform shows all the records related to
that student name. Not this time.

Please help. Thanks.
 
G

Guest

Check that:

- The RecordSource of both the main and subforms are spelled correctly
- That the subform's RecordSource includes the linking field.
- That the subform's LinkMasterFields and LinkChildFields are set to the
matching field in the main and subform's RecordSources, respectively, and
that they are spelled correctly.
- That the subform's DataEntry property is set to No.

Sprinks
 

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