Hey,
I am sorry to ask this again. After reviewing the solution I have, I realize it is not exactly what I need. Basically, all I have done is create a top values query using SQL instead of the Top Values property. That is fine, and it displays the records I need.
However, I need the user to have the ability to enter the desired number of displayed records without opening the query's design view, which they will not be allowed to do.
I would like to provide the user with a field into which they could enter the number of desired records and then have the query filter for that number. Basically, I need to utilize a feature similiar to "Max Records" property.
Or, perhaps, delete records beyond the first 100 (or a different number if it changes in the next quarter).