How did you filter your query?
You can create reference in the query to the combo in the form
Select * From TableName Where FieldName = Forms![frmGames]![cmbGameType]
On the after update event of the combo run the code
Me.[enter here the Sub Form control name].Requery

Signature
Good Luck
BS"D
> Hello Mr Ofer Cohen,
>
[quoted text clipped - 18 lines]
> > >
> > > Thanks
Tiago - 15 Mar 2007 13:43 GMT
Thanks for your prompt answer,
But still don't work....
Imagine that, in the combo box i chose the game type "Action", so the
subform with the list of the games, display the correct games, sorted by
pontuation(pontuation filed is not on my query). Who could i export?
I just want the list that is displayed on my subform(based on that query and
on that filter), and not all data in my query
Thanks again
> How did you filter your query?
>
[quoted text clipped - 28 lines]
> > > >
> > > > Thanks