Combo Box actions on a form

  • Thread starter Thread starter A. Roth
  • Start date Start date
A

A. Roth

I am trying to set up a form with subforms where the
primary index into the main table will be used to address
everything. I have set up a combo box using that primary
key field (called REQID) as the record source. When I run
the form, I get a list of the REQID values and I can
select any I choose or I can type in my own entries.

However, when I do this the rest of the form does not
follow the action. I am always on record 1 no matter
which REQID I choose. The desired action is to select the
record that corresponds to the REQID selected by either
method. How can I do that?

Thanks
 
Have you set the Link Child Fields and Link Master Fields properties of your
subforms using the REQID field?
 
Back
Top