I am currently having a set of 3 dynamic combo boxes that define what is being inserted into the combo box by what is selected on the first combo box. The problem is that I have numerous users on at once, and when a person makes his selection for the initial combo box the requery works. If someone else is using the same form and selecting a combo box after they have, not the next set of boxes have their results. I tried to do a requery.Abcd on both onclick and mouse down, but all it does is allow the requery the user can not select any of the objects in the comb box. Is there a way to have it requery but then allow a selection inside the combo box?