|
||
Take Advantage of the Search Bar in Microsoft Access 2007Provided by: Aparna Pophale, Quality Assurance Specialist
However, it comes with a powerful new feature, the Search Bar, which lets you find your objects in a whole new way. Once you're comfortable with it, you'll find it difficult to go back. The Microsoft Access 2007 Search BarThe Microsoft Access 2007 Search Bar makes it much easier to locate similarly named objects across your database. Quickly see the list of similarly spelled objects such as tables, queries, forms, reports, macros and modules. All you need to enter is a few letters of the objects you're interested in, and the list of objects is filtered to just the matching names. The letters don't have to be at the beginning of the object name, any consecutive letters work. Because the navigation pane can show objects across multiple types, you can see similarly named tables, queries, forms, etc. In the example on the right, notice how the search on "prod" lists all the Product related objects. This is a feature that the Access 2003 and earlier database container could never offer, and lets you find objects by name rather than visually in the container. It requires a mindset shift, but once you're comfortable with it, you'll wonder how you worked without it. By Default the Search Bar is Not VisibleFor some unknown reason, when you create a new database or open an Access database from an earlier version, the Search Bar is not visible. Right Click SettingTo remedy this, right click on the Navigation Pane and select Search Bar.
Set Navigation Pane OptionsThere is another way to display Search Bar on the Navigation Pane. Right click on the Navigation Pane and select Navigation Options. It displays the check box for option “Show Search Bar”. Check this option to enable it. This is also where you set options for showing hidden and system objects:
Programmatic Setting with SetOption in VBAThe Search Bar can also be set programmatically with the SetOption command in VBA. Use following command to set “Show Navigation Pane Search Bar” property to True: Application.SetOption "Show Navigation Pane Search Bar", True By setting this property to TRUE, it displays the Search Bar in the Navigation Pane. You remove it by setting this to FALSE. Additional Resources
|
Related Products for Access 2007Detailed documentation and analysis of your Access databases with specific suggestions for improving performance, best practices, and avoiding errors. Send personalized emails with your Access data and reports For data analysis beyond the power of Access queries Simplify VBA development and standardize existing code See who's going in and out of your Access databases in real-time |
![]() |
Contact Us
l Web questions: Webmaster
l Copyright
© FMS, Inc., Vienna, Virginia |