C
croy
For analysis purposes, I'd like to set up a starter form
with four parameters (each capable of multiple selections)
to select criteria for a charting report, which would be
opened from a command button on the form.
I could set up a table(s?) to hold the parameter info, and
use four subforms containing comboboxes on the starter form
to select the parameters, or I could put four multi-select
listboxes on the form, and try to slug my way thru the code
to generate the query parameters (probably way over my
head).
I'm pretty sure I could make the subform idea work, but it
wouldn't be nearly as handy and graphical as the listbox
idea, nor as tidy.
I've gathered some examples of code to generate query
parameters from *one* multi-select listbox, but I haven't
seen anything for using more than one.
Is there a barrier (or other pain) to using more than one
multi-select listbox that I'm not seeing? If not, could
somebody give me nudge as to how to best combine the code
for using more than one? Or is there a better direction,
altogether?
with four parameters (each capable of multiple selections)
to select criteria for a charting report, which would be
opened from a command button on the form.
I could set up a table(s?) to hold the parameter info, and
use four subforms containing comboboxes on the starter form
to select the parameters, or I could put four multi-select
listboxes on the form, and try to slug my way thru the code
to generate the query parameters (probably way over my
head).
I'm pretty sure I could make the subform idea work, but it
wouldn't be nearly as handy and graphical as the listbox
idea, nor as tidy.
I've gathered some examples of code to generate query
parameters from *one* multi-select listbox, but I haven't
seen anything for using more than one.
Is there a barrier (or other pain) to using more than one
multi-select listbox that I'm not seeing? If not, could
somebody give me nudge as to how to best combine the code
for using more than one? Or is there a better direction,
altogether?