Combo Box actions on a form

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
 
C

Cheryl Fischer

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

Guest

Thanks, Cheryl. I didn't know about those. I'll go and
try that.

Thanks again,

Arnold
 

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