Hello,
I am trying to spare users from finding the filter button on the toolbar window for a text box control on a form. Instead I would like the action to be handled on the form itself.
The name of the control is "Semester". There are three semesters (Spring, Summer, Fall) and each semester also has a year in it (2009 - 2012).
I would like the user to be able to either click the control and have the option to set the filter for a specific semester or to click on a separate button which could all for the same filter action. Basically I am hoping for the form to be able to reprodue the action occured by clicking the traditional "Filter" button on the main Access "Home" toolbar.
Is there a VBA code which will allow for this action?
Thank you for any help. It is much appreciated
I am trying to spare users from finding the filter button on the toolbar window for a text box control on a form. Instead I would like the action to be handled on the form itself.
The name of the control is "Semester". There are three semesters (Spring, Summer, Fall) and each semester also has a year in it (2009 - 2012).
I would like the user to be able to either click the control and have the option to set the filter for a specific semester or to click on a separate button which could all for the same filter action. Basically I am hoping for the form to be able to reprodue the action occured by clicking the traditional "Filter" button on the main Access "Home" toolbar.
Is there a VBA code which will allow for this action?
Thank you for any help. It is much appreciated
