Combo box query returning old values

J

JL

In the combo box property, in the "Enter" or "On Focus"
event. Add the following code.

Me![ComboBox].Requery

It will force to requery the query every time you enter
the field or the field is set to focus.

Hope this will help you.
 
Top