access thread: subform filter
is there any way to apply a filter to a subform with vba?
<< 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
|





