damienwjking
Programmer
I am trying to use a number of dropdown combo boxes for the user to use a selection filter. I have used the following code but it produces a run time error saying that the "Filterbyselection isn't available now". Anyone know where im going wrong?????????????
Private Sub ComboSelection_Change()
Screen.ActiveControl.SetFocus
RunCommand acCmdFilterBySelection
End Sub
thanks
Private Sub ComboSelection_Change()
Screen.ActiveControl.SetFocus
RunCommand acCmdFilterBySelection
End Sub
thanks