I have 4 Option buttons where I need it to filter a query based on what Option I select. Assumption, if OptionBtn 1 and OptionBtn 3 are selected then that will put the following criteria in my query >=1 And <=3. Another assumption, if OptionBtn 2 and OptionBtn 4 are selected then that will put the following criteria in my query >=2 And <=4. There can by any number of choices. How would I set this either in VB Code or using a macro?
Thanks in advance.
Thanks in advance.