I have a combobox that looks up casetypes in a lookup table. I coded the after event property to open up the form for the form selected. so if the user selects autoaccidents the autoaccident form is opened. The combobox is also bound to the caserypeid field so that the current form will save the id for the case type chosen. My problen is the event won't fire the code and open the newform when the combobox is bound. If I unbind it it works perfectly. Is there a different property I can use to fire the code after the user makes his choice or do I have to find another way to open my form ?