how do i apply a filter to the "main" form

smoke

Registered User.
Local time
Today, 03:23
Joined
Sep 2, 2004
Messages
18
sorry im new to this all, i figured how to apply a fitler to a subform, but now im having trouble apply a filter to the main form itself that contains the subform, can someone tell mewhat to point my me.filter = "" stuff to? thanks.
 
Me.filter = "Index =" & 23
Me.filteron=true
me.requery
 

Users who are viewing this thread

Back
Top Bottom