I have a form with unbound list boxes, user select a list from an unbound
box, called Region and there are several regions listed. I also have
several other unbound boxes, location, city - within location are several
locations. The user can select 1 or many from each unbound list box.
From
this selection, they select apply filter and then goes to a form, listing
what they have selected. This is then validated - yes this is the info -
then a button is selected and then a graph is presented showing employment
reasons - based upon the filters selected. At the top of that report, I
want
to list what was selected originally in the filter.
Hope this makes sense!
Jeff Boyce said:
Are you saying that there are multiple selections made in that "other
form's
listbox"? I don't believe I've seen that approach before, but maybe one
of
the other newsgroup readers has worked on something like this.
If this were mine, I'd be looking into how to iterate through the
collection
of selected items ...
Regards
Jeff Boyce
Microsoft Office/Access MVP
How do I reference a selection in an unbound list box to another form?
I had [forms]![frm_list]![lstRegion] - this is the list box name on the
one
form but inside the lstRegion there are 2 regions and I would like to
reference both on another form.
Thank you !