I have a list view on my database and several check boxes on it. I want to click a button at the top of the form that restricts the view to only those rows that have that check box ticked. I just can't get the syntax right to make this work.
The form looks like this
and I'm trying to do an applyfilter command but whether I reference the control or the field I can't make it work - it just prompts me for the value most of the time.
What should I be putting in the applyfilter command ?
Simon