Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Applying a filter to a subquery on a form

Status
Not open for further replies.

pyroskliq

Technical User
Jan 17, 2001
29
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top