I changed from list boxes to subforms with dataview (to look like the list boxes) and all is working fine. However, I had code to count the number of records being filtered by the list box but don’t know how to do it with the subforms. The code I used with list boxes was: Me.Text654.VALUE = Me.List652.ListCount – 1. What would be equivalent code for a subform named “subformcities”. Thanks