I currently have a button setup that when pressed changes a multiple selection box from "In Progress" to "Completed". I have a default filter setup so that only "In Progress" tickets are displayed.
I am trying to remove the step of having the user have to manually refresh the page after they have pressed the button for the item to be filtered out.
I have tried adding both Me.Refresh and Me.Repaint to the button command but neither are doing what I am trying to do.
TIA.