I have a form that has a subform on it. The subform displays a separate form that is created from a query. Whenever the first form is open, the query uses THAT form's date as criteria, and then updates data in the query. The 2nd form is just a cleaned up collection of the data from that query.
The original form has the 2nd form as a subform. So basically, is there a way to make it so, whenever that query runs...it automatically updates the 2nd form with the new information?