ACC97: Filter By Form or Selection Changes DataEntry Property (164985)
The information in this article applies to:
This article was previously published under Q164985 Moderate: Requires basic macro, coding, and interoperability skills.
SYMPTOMS
When you use Filter By Selection or Filter By Form commands on a form that
has its DataEntry property set to Yes, Microsoft Access changes the
property setting to No so that it can display the filtered records.
This behavior is the same for both main forms and subforms.
CAUSE
Microsoft Access sets the DataEntry property of the form to False so that
it can display the filtered records.
RESOLUTION
If you want to use your form only for data entry, you can do one of the
following:
- Use custom menus and toolbars with your form so that users cannot
carry out the Filter By Form or Filter By Selection commands. This is
the recommended method.
- Use Visual Basic code or a macro in the Current event of the form to
reset the DataEntry property to True. While this method does work, it
can slow down performance of your form when users click the Filter By
Form or Filter By Selection commands.
You can find information, instructions, and examples in the Developer
Solutions sample application (Solutions.mdb) included with Microsoft
Access 97. For more information about creating a custom menu for a form,
open the Solutions.mdb database, usually located in the Access\Samples
folder. Select Sample Forms in the "Select a Category of Examples" box,
and then EditProducts in the Select An Example box.
For more information about setting form properties in the Current event,
search the Help Index for "OnCurrent property" or "properties, events."
STATUS
This behavior is by design.
Modification Type: | Major | Last Reviewed: | 9/27/2003 |
---|
Keywords: | kbprb KB164985 |
---|
|