I have a form based on continuous forms. In each of the records in this form is an unbound combobox. The On_Load event of the form is set to fill in these comboboxes. The problem is that as the form moves down to fill the combobox for each record, it changes the values in all the combo boxes on the form rather then the particular combo box for that record. Anyone know how to keep access from assuming that your value is for every combobox and just placing it on the particular record entry?