I've just converted to Office 2007. Now when I open a form in my database, it opens to a filtered record. I have to toggle the filter off to access all the records. How can I turn off the default and have the Db open with access to all records?
I've just converted to Office 2007. Now when I open a form in my database, it opens to a filtered record. I have to toggle the filter off to access all the records. How can I turn off the default and have the Db open with access to all records?

This month, every Windows Secrets subscriber can download a one-chapter excerpt of Windows 7: The Missing Manual.Windows 7: The Missing Manual provides valuable information to help you overcome these difficulties in learning a new operating system. Subscribe today to download your free excerpt.
Have a look at the form in design and just check that there is nothing in filter and that filter on load is set to No
[attachment=89325:FilterOnLoad.jpg]
If it is not that, then check there is nothing happening on the Load or Open Events
Andrew
The "Filter On Load" was set to "Yes." I changed it to "No" and that solved the problem. I wonder why the default was to "Yes" and not "No"? Oh, well... Thank you so much AKW!