sherylnance
New member
- Local time
- Today, 16:36
- Joined
- Jan 12, 2007
- Messages
- 9
Hi All,
I would like to have a query behind a combo box executed everytime the combo box is "activated". basically everytime the down arrow is pushed to show the values i would like the query that produces those values executed. Is there a way to do this?
Thanks!
Sheryl Nance

More explanation:
I have a form with information about a child's school, ie name, and zone.
There is a subform that has combo boxes for the user to select school choices for next year. these choices need to be based on the zone information on the main form. (this part works on the very first student)
When the second student is called up and is ready to have choices made the combo boxes are still populated with the previous zone schools. They need to rerun the query that is in the row source property of the combo box every time a student is selected.
I have tried the me.choice1.requery code in every imaginable combination of things I can think of with no luck.
I hope this helps to better explain what I am trying to accomplish.
Thanks again for any assistance and insight....
I would like to have a query behind a combo box executed everytime the combo box is "activated". basically everytime the down arrow is pushed to show the values i would like the query that produces those values executed. Is there a way to do this?
Thanks!
Sheryl Nance

More explanation:
I have a form with information about a child's school, ie name, and zone.
There is a subform that has combo boxes for the user to select school choices for next year. these choices need to be based on the zone information on the main form. (this part works on the very first student)
When the second student is called up and is ready to have choices made the combo boxes are still populated with the previous zone schools. They need to rerun the query that is in the row source property of the combo box every time a student is selected.
I have tried the me.choice1.requery code in every imaginable combination of things I can think of with no luck.
I hope this helps to better explain what I am trying to accomplish.
Thanks again for any assistance and insight....
Last edited: