Search window on the Status Bar

  • Thread starter Thread starter Jeff in Nevada
  • Start date Start date
J

Jeff in Nevada

Does anybody know how to disable/remove the Search window on the status bar
at the bottom of a data form? I can't even find a reference to it in any of
the Help.
Note: this is not to be confused with the Search window available above the
Navigation Pane.
Thanks
 
On Thu, 23 Jul 2009 11:02:01 -0700, Jeff in Nevada <Jeff in
(e-mail address removed)> wrote:

Set the form's NavigationButtons property to False. It will disable
the scroll buttons as well. AFAIK there is no way to ONLY remove the
Search part of the NavigationButtons, unless you go to extremes.

Why do you feel the need to do so?

-Tom.
Microsoft Access MVP
 
Tom van Stiphout said:
Set the form's NavigationButtons property to False. It will disable
the scroll buttons as well. AFAIK there is no way to ONLY remove the
Search part of the NavigationButtons, unless you go to extremes.

Why do you feel the need to do so?

-Tom.
Microsoft Access MVP

Tom,

Like many of the new features in Access 2007, it is good in some places, but
not in others.
There should be a property to show/hide these new features.
 
I was hoping that was not the case. There are several db's I've built for my
company that everyday non-database savvy users have access to. The search
thing is ok if you are filtered to one record but it takes you all over the
place in the database as you type in it and it will just confuse a lot of
people. Unfortunately, I do need the navigation buttons.
 
Back
Top