I have a from which has 2 combo boxes. The list for the second box is dependent upon the first box selection. The combo boxes are working properly. I have an unbound field which performs a DLookup based on the selection in the second combo box. If selections have already been made and the fields are populated with information, when I click the drop down on the first combo box to change the main record, my second combo box immediately clears and then provides a revised lookup based on the new value selected in my first combo box. However the control performing the DLookup based on the second combo box does not clear inspite of the fact that the combo box on which the DLookup is based is now blank and contains a lookup pertaining to the changed value in combo box #1. I can't seem to successfully blank the field. I've tried undo and requery, but with no success. Thanks for any help!