Following the progress from all the help in How to change a WHERE clause based on user input (form)?, I’m now trying to setup a form with several Subforms, each showing data from a different query. All Subforms get the same parameter value from the Mainform.
As I understand it, the solution using a button with the refresh behavior is linked to the Subform and so I would need a refresh button for each Subform, to use the same solution. This is not practical. I tried a button with the same behavior but linked to the Mainform. It works for the entire form, but it shows a popup asking the user to save the form first.
I’m still trying to avoid using macros, are there any other options to refresh a form in this case? Thanks.