I have an unbound combo box in my main form and I have a subform. Upon opening the main form, the combo box shows no records until a selection is made (which is what I want). However I also want the subform to show no records until an item in my combo box on the main form is selected. Right now when I open my main form, the records in the subform show for one of the options in my main form's combo box. And then when I selected an option in the combo box, my subform shows the correct records associated with my selection. I just dont want any records showing beforehand. Is it possible to prevent this? Remember, my combo box is unbound but shows the records in my one column "Managment" tbl (this tbl lists manager names) and then my subform shows the records associated with the "Manager" selected in the combo box.