Form / Subform

  • Thread starter Thread starter Gator
  • Start date Start date
G

Gator

How do set up a Form Subform where I use a combo / or list with primary
values for the Main Form and click a value and a tab subform will requery to
the related field? I intend to simply populated the list control via SQL and
I would like to query the subform via code. Is there a relatively simple
code to do this with a click or after update ?
 
So this is an unbound main form where you enter the search value, and the
subform shows the search results?

If that's the idea, see:
Search form - Handle many optional criteria
at:
http://allenbrowne.com/ser-62.html
There's a sample database you can download and pull apart to see how it
works.
 
Back
Top