Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access thread: subform filter


Message #1 by "Brent Mills" <bmills@a...> on Mon, 22 Jul 2002 17:28:45
is there any way to apply a filter to a subform with vba?
Message #2 by "Gregory Serrano" <SerranoG@m...> on Tue, 23 Jul 2002 19:05:45
<< is there any way to apply a filter to a subform with vba? >>

Yes, just add a WHERE clause to the recordsource's SQL for the subform, or 
base the subform on a query.

Greg

  Return to Index