I have a form that has two different option button frames and 1 text box that I would like my users to be able to use to search/filter for specific records. I chose a form because a table does not work as a user-friendly interface for the data that is being stored.
- The first option button frame allows the user to filter by Month and is named [FilterDate].
- The second option button frame allows the user to filter by incomplete and complete records and is named [FilterOption].
- The text box is used as a search box and is named [txtsearch].