K
Ken Warthen
I have a form that will be used to establish criteria for a report. Among
the controls on the form are a multi-select combobox with a list of two
character state abbreviations. I'm planning to use the selected state(s) in
a SQL statement as the record source for my report. Since the user may
select one or any number of states, my thoughts are to add each selection as
an element of an array and then use the array to build my SQL statement. My
issue is I've never worked with arrays and am not sure how to go about this,
or if this is even the best approach. Any advice will be greatly appreciated.
Ken
the controls on the form are a multi-select combobox with a list of two
character state abbreviations. I'm planning to use the selected state(s) in
a SQL statement as the record source for my report. Since the user may
select one or any number of states, my thoughts are to add each selection as
an element of an array and then use the array to build my SQL statement. My
issue is I've never worked with arrays and am not sure how to go about this,
or if this is even the best approach. Any advice will be greatly appreciated.
Ken