Form Filtering

T

tracey

I have a main form that has a subform. I have written
code that will manipulate the data and run calculations
while the user inputs the data(on the subform). When the
main form is filtered, the subform requeries (everytime a
field is updated), which brings the cursor to the first
record on the subform, when the main form is not filtered
the subform does not requery. How can I stop the subform
from requerying while the main form is filtered?
 
Top