A
azza
I am trying to apply a filter to my combo box using Visual Basic in Access
2007.
The ultimate aim is for the combo box to update after applying a filter to
the whole form using buttons - Show All or Show Current (Which is my currrent
members).
The form opens with the default of Show Current.
I have been playing with various forms of the following.
DoCmd.ApplyFilter , "current = True"
&
me.refresh
Even if I could just get the combo box to refresh after filtering the main
form with the new selection that would be great. Whatever way works.
Thanks
2007.
The ultimate aim is for the combo box to update after applying a filter to
the whole form using buttons - Show All or Show Current (Which is my currrent
members).
The form opens with the default of Show Current.
I have been playing with various forms of the following.
DoCmd.ApplyFilter , "current = True"
&
me.refresh
Even if I could just get the combo box to refresh after filtering the main
form with the new selection that would be great. Whatever way works.
Thanks