Filter by form disable all command buttons

R

Richard Lui

A very simple scenario - I have several command buttons on
a form doing different things. When filter by form is
pressed, all the buttons on the form are disabled, why is
that? If I have a Help button, I want that to be enabled
at all time. Thanks.


--richard
 
A

Allen Browne

FilterByForm is a special view, in which none of your event procedures run,
including the Click of command buttons.

You could add a button to the toolbar.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top