I have an unbound form that contains several multi select listboxes. Multiselect Listbox A and Multiselect Listbox B allow the users to make selections that drive the rowsource for Multiselect Listbox C. The user then makes selections in Multiselect Listbox C to populate data in another control.
The issue is that the final control contains a text field (definitions) with some fields over 1000 characters in length. So, using another listbox does not look very good as it is hard to read.
I am trying to have Multiselect Listbox C drive the datasource for the Subform but can’t get it to work. I have tried it in code using a rowsource, created tables, etc., but to no avail. Any ideas? I was going to try a multipik selection list box but have never done one and was wondering if there is an easier way.
I have also attached a stripped down copy of the database. The top two multil-selects drive the one below them which in turn would limit the subreport to show definitions on the terms selected.