I've designed my search combo boxes to only display distinct values of a particular field. But when I select one of these values, which should yield many records in my form, I only get one record displayed, related to the combo box.
Rather, I was hoping to be able to display a subset of records.
Is there any way of displaying the complete set of records in my related form, rather than just one record?
For example, my combo box allows the user to select either district 1 or 2 as a search criteria. But I only get one record if I select 1 as my search.
Can anyone help?
CementCarver