refresh subform

  • Thread starter Thread starter Lauren B
  • Start date Start date
L

Lauren B

What code can I put in the OnCurrent property of Form1 so that Subform1 is
refreshed each time the record in Form 1 changes?

Thank you for any assistance.

LB
 
You should not have to. If your DB design is correct and the subform records
are linked in a relationship to the main form, then they will automatically
reflect the record on the main form.
 
That's the problem. They are linked, by a "Customer ID" and the subform is
not displaying the record for each entry in the form. The information is
populating the table correctly, it is just not displaying properly on the
forms.

Any suggestions for solving this problem?

Thanks,

LB
 
If you right click on the subform in design mode on your main form and select
properties, are there field names in the Link master field and link child
field values ?
 

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

Back
Top