C
chris1 via AccessMonster.com
I have created a form that has the Data Entry property set to 'Yes' with the
following other properties set to 'Yes' as well: Allow Filters, Allow Edits,
Allow Deletions and Allow Additions
The user only sees a a blank record when they open the form however I have an
option button that allows the user to filter their prior inputs for editing.
When the filter is turned off however all the records of the table are
displayed.
How do I prevent all the records from being displayed when the filter is
turned off. It works well when the form is for new information. My form is
bound to a table with the filter using an unbound textbox as the
wherecondition in the DoCmd.ApplyFiler statement.
I guess one way would to set the Allow Filters to No and use VBA code for
filtering. Does that sound right?
following other properties set to 'Yes' as well: Allow Filters, Allow Edits,
Allow Deletions and Allow Additions
The user only sees a a blank record when they open the form however I have an
option button that allows the user to filter their prior inputs for editing.
When the filter is turned off however all the records of the table are
displayed.
How do I prevent all the records from being displayed when the filter is
turned off. It works well when the form is for new information. My form is
bound to a table with the filter using an unbound textbox as the
wherecondition in the DoCmd.ApplyFiler statement.
I guess one way would to set the Allow Filters to No and use VBA code for
filtering. Does that sound right?