I have created a form that displays a single Process Code record on a form. I use a combo box to select the Process Code ID I want to display. I have placed a subform on the main form that displays all inventory items that have the Process Code. The problem is that this is only working if I select the first Process Code record (probably because it chooses that record by default). If I choose any other Process Code record, the subform doesn't display anything. It has to be a problem with my link between the form and subform, because I can open the form, select any record, then open the subform separately, and the item records list properly. In the subform properties, I have the Link Master Fields property set to CodeID in the Process Code table that is the data source for the main form, and I have the Link Child Fields property set to CodeID in the query that is the data source for the subform and uses the Process Code table as its primary source of data. The combo box is unbound. If I try to assign the CodeID field as the control source for the combo, it will not let me select a Process Code record. It just beeps at me. Any suggestions? Need more info?