I have a continuous form. In the form header I have put a combo box. I want the combo box result to filter which records are shown in the continuous part of the form. So far i have:
Me.ComboDisp.SetFocus
DoCmd.RunCommand acCmdFilterBySelection
but its saying "The command or action "FilterBySelection" isnt available now.
Is there a reason for this??
Thanks!
Me.ComboDisp.SetFocus
DoCmd.RunCommand acCmdFilterBySelection
but its saying "The command or action "FilterBySelection" isnt available now.
Is there a reason for this??
Thanks!