I have a form containing a sub-from, the sub-form having as its source a query that picks up criteria from the main form.
I am having difficulty finding the right macro command to get the sub-form to requery its query. For example, if I jump to second form and do something that would change the results of the query in question, I want to see that change when I go back to the first form.
The standard Requery macro command just doesn’t seem to work with sub-forms, or fields within sub-forms.