open form in filter

L

lynn atkinson

Can I open a form in 'filter by form' mode? I want to make
it easier for users to see they are in a filter screen
rather than an edit screen.

thanks
 
A

Allen Browne

If you always want the form to open in Filter By Form mode, try this line to
the form's Open event procedure:
RunCommand acCmdFilterByForm
 
Top