Help to design filtering option

  • Thread starter Thread starter Fjordur
  • Start date Start date
F

Fjordur

Hi,
I have a continuous form (showing a tasks list). I want the user to be able
to
- choose a predefined subset (uncompleted tasks)
- filter if he wants to, be it on the entire list or on the subset.
Q1: I take it this prevents me from using the filter property of the form to
select the completed tasks, as this filter would interact with subsequent
user filters, zat right? does that mean I'd have to modify the RecordSource
property of the form?
Q2: in terms of UI, what's considered the best way to let the user go from
entire list to subset and back? toggle buttons? radio buttons? check box
with "see only completed tasks" label? Which event should I use?
Thanks for the [much appreciated]help
 
Back
Top