I want the user to be able to tell me how many records to display on the report. For example: they may only want the top 100 ship to by gross sales in ascending order this time, but next time maybe they only want to see the top 50. I am running a form that gathers information and displays the report. The problem I'm having is, how do I pass the 100 or 50 or whatever the user wants to see to the query that my report run off of? I have tried putting a textbox on the form and then referencing the textbox in the query "Select Top (textbox value)..."
Anyone have a good idea?
Thanks
Anyone have a good idea?
Thanks