G
Guest
I have a form that when a combo box is selected, the result is used as a
criteria in a query. The query then displays the associated field values
based on the selection of the combo box.
Now, I want the results (as a text box or even subform) from the query to
appear on the same form that has the combo box. I want to see the results
every time I change my selection in the combo box...realtime.
I tried to make the control of the text box a resulting field of the query,
but it gives me #Name?. I also tried to insert a subform, but it does not
refresh when the selection in the combo box is changed.
Help.....please.....
criteria in a query. The query then displays the associated field values
based on the selection of the combo box.
Now, I want the results (as a text box or even subform) from the query to
appear on the same form that has the combo box. I want to see the results
every time I change my selection in the combo box...realtime.
I tried to make the control of the text box a resulting field of the query,
but it gives me #Name?. I also tried to insert a subform, but it does not
refresh when the selection in the combo box is changed.
Help.....please.....