Hello,
I have a similiar issue, but I want to avoid having to create tons of
queries if possible. Here is what I wish to achieve:
Create multiple toggle buttons or an option group where when the button is
hit, it pulls up some records (singlely or multiple) from a form/table. I've
been so far creating separate queries and then using the macro Open Query,
but I find this really slow as I've got alot of these I need to create. The
only way I've seen it done so far is through the apply filter macro with an
option group but I think this is only when you are filtering on the form that
is currently open (see Northwind example, for Suppliers).
Am I missing something or is this something I'd need to do in VB? I'd like
to ideally use just a macro...
Thank you,
Sophie