
Originally Posted by
June7
That tutorial does not involve form/subform arrangement.
Be aware that subform loads before the main form - yes, sounds weird but that's the way it is.
So if dynamic parameter query is the subform RecordSource and the input controls are on main form, the controls are not available for reference, and therefore the popups.
If the inputs are in the subform (Continuous View?) then referencing the controls by the query is more complex. Post the query SQL statement.
Why form/subform arrangement? Is the main form bound to data?