R
ryan.fitzpatrick3
I have a form that is linked to a query which runs a table. There are
7 comboboxes that are are linked up to the query, each cbox is a field
below that is in the query.
Company
Plant
item #
item desc
vend #
vend name
buyer ID
In most of the cboxs I have a selection to choose from either through
value or table/query.
Below these is a subform which is the table the query pulls. When I
enter what I want in the cboxes above the subform ,how do I get
correct data to show on the subtable below. Ideally whatever is
selected up top if one cbox or all cboxes are filled out, it should
bring related information in the subform.
i.e
company = US
plant = 8103
item # = blank
item desc = blank
vend # = blank
vend name = blank
buyer ID = TO
Now I have only entered in company, plant, and buyer ID, I'd like
everything that matches this criteria to get brought up in the subform
table below, but it doesn't and I don't know why. When I go into the
actual query and enter the same information, the data shows up when I
run the query. What should I do? Does this make sense? Thanks a
million.
The subform is linked to the main form
7 comboboxes that are are linked up to the query, each cbox is a field
below that is in the query.
Company
Plant
item #
item desc
vend #
vend name
buyer ID
In most of the cboxs I have a selection to choose from either through
value or table/query.
Below these is a subform which is the table the query pulls. When I
enter what I want in the cboxes above the subform ,how do I get
correct data to show on the subtable below. Ideally whatever is
selected up top if one cbox or all cboxes are filled out, it should
bring related information in the subform.
i.e
company = US
plant = 8103
item # = blank
item desc = blank
vend # = blank
vend name = blank
buyer ID = TO
Now I have only entered in company, plant, and buyer ID, I'd like
everything that matches this criteria to get brought up in the subform
table below, but it doesn't and I don't know why. When I go into the
actual query and enter the same information, the data shows up when I
run the query. What should I do? Does this make sense? Thanks a
million.
The subform is linked to the main form