I have a subform that displays 20 detail records. When I change a control value on the main form, I want the subform records to change to show the new set of 20 records matching the main form. The subform has a filter to restrict its records to those that match the values in the main form. I get errors or no change when I tried refresh and requery methods. What's the most straightforward way to do this?