ACC2000: Filter By Form or Selection Changes DataEntry PropertyID: Q198948
|
Moderate: Requires basic macro, coding, and interoperability skills.
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.
Microsoft Access sets the DataEntry property of the form to False so that it can display the filtered records.
If you want to use your form only for data entry, you can do one of the following:
Property | Value |
---|---|
AllowEdits | No |
AllowDeletions | No |
AllowEdditions | Yes |
DataEntry | Yes |
?Forms!AddCustomer.DataEntry
Note that the value of the DataEntry property is False.
For more information about the Current event, click Microsoft Access Help on the
Help menu, type "OnCurrent property" in the Office Assistant or the Answer Wizard,
and then click Search to view the topics returned.
Additional query words:
Keywords : FmsSubf FmsProp FmsProb
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: May 13, 1999