I have multiple combo boxes in my form (Industry, Incorporation_Date, OperatingRev), and a search button which filters the subform (as a datasheet) based on the selection of each combo box. How do I limit the display of the subform to only 10 records (by Top 10 of Operatin Revenue)? Currently it is displaying all records available with the filter.
Appreciate any help, thanks!