Getting subform to show data

B

Biggles

I have a form that has two combo boxes. After the second, I want a subform
to display the information from another table so I can make a decision. I
was under the impression that if I set up a subform through the wizard, and
set up the two fields to create the linkage between them, it should
automatically come up, but no such luck. What do I have to do after updating
the second combo box to get the subform to locate the appropriate record.
 
S

Sprinks

Hi, Biggles.

I'm not clear on what you are trying to do. For example:

- What is the RecordSource of the main form?
- What are the linking fields in the main and subforms?
- Are the combo boxes bound to fields? Or are you trying to use them to
locate a record? What data is supplied in them, and how do you want to use
this information?
- What is the relationship between the RecordSource of the main form and
that of the subform?

Sprinks
 
Top