I have created a combo box that limits its list based on the selection made in another combo box. I also entered an event procedure (AfterUpdate) to keep the combo box updated. It works fine when it is in its own form; however, when I put these combo boxes in a subform, I am prompted for a parameter value when opening the main form. This is most likely because of the order of event procedures but I do not know how to fix it.