It's been about 5 years since I actually took any Access programming semi-seriously. I've forgotten more than I remember. I have a good idea how to go about this but was looking for a more "elegant" solution. Just a basic point in the right direction should get me going on this.
I want to populate a combobox on a search form with a list of the top 3,5,10 or 20 (I'll set that amount) most frequently used selections from a field in a table.
For example. Our database has approximately 5000 customers but only about 200 are actually active and doing business with us on a regular basis. I'd like to only expose those 200 customers for selection with the ability to unfilter the search if necessary.
I want to populate a combobox on a search form with a list of the top 3,5,10 or 20 (I'll set that amount) most frequently used selections from a field in a table.
For example. Our database has approximately 5000 customers but only about 200 are actually active and doing business with us on a regular basis. I'd like to only expose those 200 customers for selection with the ability to unfilter the search if necessary.