I have a form ("ASM" with a subform that contains a query ("Pricing". I am trying to place a checkbox ("current" on the form so that when "current" = true, then the filter "currentPricing" will be applied to the query "Pricing" on the subform.
Using applyfilter doesn't work because I am applying the filter to the form "ASM", not the query "Pricing" in the subform. Is there a way to specify to apply it to the query in the subform and not the form?
This may sound a little fuzzy, hope I described it ok. Thanks for any help.
Using applyfilter doesn't work because I am applying the filter to the form "ASM", not the query "Pricing" in the subform. Is there a way to specify to apply it to the query in the subform and not the form?
This may sound a little fuzzy, hope I described it ok. Thanks for any help.