So I have an update query and the "Update To" is linked to a my loaded form with multiple comboboxes. The main "Criteria" is also linked to a combobox on the same form. So when I pulldown "Project X" and change the various other comboboxes, I want them to update all fields for the "Project X". It doesn't seem to be updating consistantly. Sometimes it updates other lines. I have the criteria for the other pulldowns as "Is Not Null", otherwise it Nulls all the fields out, even if I only want to update one item. I tried to run a "Refresh" macro afterwards to clear all fields on the form to start over, but that didn't work either?