Hey all,Okay I'm stumped.I have a form and with a combo box on that contains a long list of items, I have a text box which filters the list of items as you type. In the On Change event I have me.cboItem.requery. This works absolutely fine if I set a breakpoint and then run the code, it does not work when there is no break point. I have another combo box in the form which also has the Me.cboItem.requery code in it and this works absolutely fine, picking up the criteria from both it and then text box when it's after_update event is triggered. Why oh who of why does the requery on the text box not work when the code is just allowed to run, it definitely executes just has no effect.