A
Angela
I have a form with several combo boxes which are "limit to list". I have
another combo box that is disabled if the value in another field doesn't meet
certain criteria. When the user clicks "filter by form", they can't enter
any wildcard strings into the "limit to list" combo boxes, and they can't use
the disabled field at all for filtering.
I would like the form to become more usable for filtering when the user
clicks "filter by form" (ability to use wildcards etc). What is the best way
to do this? I had a thought that I could put a procedure in the ApplyFilter
event that checks to see if the filter being used is 'filter by form', and
then changes these combo boxes so that they are more usable (enable them and
set LimitToList to false). I don't want the fields to be accidentally left
in this state, however.
Has anyone tried this or is there a more straightforward way to accomplish it?
Thanks
Angela
another combo box that is disabled if the value in another field doesn't meet
certain criteria. When the user clicks "filter by form", they can't enter
any wildcard strings into the "limit to list" combo boxes, and they can't use
the disabled field at all for filtering.
I would like the form to become more usable for filtering when the user
clicks "filter by form" (ability to use wildcards etc). What is the best way
to do this? I had a thought that I could put a procedure in the ApplyFilter
event that checks to see if the filter being used is 'filter by form', and
then changes these combo boxes so that they are more usable (enable them and
set LimitToList to false). I don't want the fields to be accidentally left
in this state, however.
Has anyone tried this or is there a more straightforward way to accomplish it?
Thanks
Angela