A
Arnie
Morning all
can anyone tell me how to prevent a user from selecting a text box for
filtering by selection?
i have a filter by selection button that i only want the user to filter on
one specific field and not be able to filter on any other text box. I cant
find any reference to preventing other text boxes being searched on.
If .........site selected then
DoCmd.RunCommand acCmdFilterBySelection
Else
MsgBox ("You Can Not Filter on this Selection")
End If
Thanks in advance
can anyone tell me how to prevent a user from selecting a text box for
filtering by selection?
i have a filter by selection button that i only want the user to filter on
one specific field and not be able to filter on any other text box. I cant
find any reference to preventing other text boxes being searched on.
If .........site selected then
DoCmd.RunCommand acCmdFilterBySelection
Else
MsgBox ("You Can Not Filter on this Selection")
End If
Thanks in advance