Subform Records

L

Lauren B

I have a subform (Subform 1) within a main form (Form 1) that is joined by
CustomerID. The subform contains information regarding vendors used by each
customer. A user can enter customer-specific vendor information on the main
form and then use the subform navigation buttons to move between records for
the particular customer.

For some reason, when the main form is opened for each customer, the vendor
subform is blank, even though there are indeed vendors entered for that
particular CustomerID. Is there a code that can be used (perhaps in the
OnOpen property) that will cause the subform to display the appropriate
information for each customer based on the common Customer ID?
 
G

Guest

Did you link between the main form to the sub form?
By linking the child and father properties on the sub form.
or did you link between them in a different way.

if you filtered the recordsource of the sub form by linking it to the field
 
L

Lauren B

I linked the subform and the form in a parent/child relationship by Customer
ID. Is there a code I can enter to refresh the page?

Thanks.
 
G

Guest

No, it supose to do that auto

Lauren B said:
I linked the subform and the form in a parent/child relationship by Customer
ID. Is there a code I can enter to refresh the page?

Thanks.
 
N

nellie almodovar

Lauren B said:
I linked the subform and the form in a parent/child relationship by Customer
ID. Is there a code I can enter to refresh the page?

Thanks.
 

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