I have an unbound form that I use to gather information to use as query criteria to populate another form. This form has a combo box that I would like to open with the default value of "All Tests" which is the first value in the query behind the combo box. I have tried setting the combo box equal to 1 in the onload event, I have tried setting it equal to "All Tests" in the load event, I have set the default property equal to 1, I have set the default value equal to "All Tests." All these result in a blank combo box. Can anyone helpme initialize this object?