Combo Boxes and List Boxes are controls used on forms.
I am assuming that you are attempting to open another form which uses your
query as the RecordSource and then filter the resulting records with the
criteria related to the value in the Combo Box.
If that is the case then on the After_Update event of these controls use the
value of the control as the criteria for opening the form.
Combo Boxes and List Boxes are controls used on forms.
I am assuming that you are attempting to open another form which uses your
query as the RecordSource and then filter the resulting records with the
criteria related to the value in the Combo Box.
If that is the case then on the After_Update event of these controls use the
value of the control as the criteria for opening the form.
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.