
updating the contents of a subform from an unbound listbox
I have a set of records, students needs statements, which are each
identified by a subject area. On a form, I have an unbound listbox with a
list of subjects. When I select a subject, the query selects just the
relevant records. I have a subform below the listbox which show the results
of the query. I would like these records to change when the listbox value
changes.
How can I get the subform to reflect the changes immediately, as soon as the
listbox is updated?
Many thanks,
Peter