I have a subform that filters combo boxes based upon the prior box selection (combobox 2 uses combobox 1 as the record source). I then move forward to the next record and input new combobox selections (combobox 1 & 2). However, when I go back to the previous record the combo box selections are cleared out. I have no idea why. I am also using a combobox2.requery in the combobox1 afterupdate() event. My db is useless at this point without this and I've spent a great deal of time with no success trying to figure this out.