Sub Forms?

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Are sub forms active in the current form? Meaning can I
apply a SQL statement to them to be able to filter another
form based on what the sub form is showing on the main
form? I hope you follow.

Here is the SQL statement I am trying to apply. The Where
clause is referring to the sub form in my main form.

Thanks for your help,

-Chris
 
Yes subforms are active, but sometimes tricky to refer to. User the
expression builder to build a reference to your subform.

PJ
 
Back
Top