View Single Post
  #1  
Old April 26th, 2010, 10:07 AM posted to microsoft.public.access.forms
atledreier[_2_]
external usenet poster
 
Posts: 22
Default Two subforms, one based on selection in the other

I have a master list of tags, with a related table of documents for
each tag.

I have a query that select relevant tags based on 'owners', and would
like a form that present all the relevant tags on the left, and the
relevant documents for the selected tag on the right.

TBL_Tag:
*TAG
Description
Area
misc....

TBL_DocRef:
*DocNo
*GenId

TAG and GenId are the related fields.