G Guest Nov 22, 2006 #1 I Have a report with 30 records, but i want to print the top 3 of them, the highest values, how cam i make it?
I Have a report with 30 records, but i want to print the top 3 of them, the highest values, how cam i make it?
M Marshall Barton Nov 22, 2006 #2 vicrey1972 said: I Have a report with 30 records, but i want to print the top 3 of them, the highest values, how cam i make it? Click to expand... Changing the report's record source query to a TOP 10% query should do it. Just make sure you have the proper field's Sort set appropriately.
vicrey1972 said: I Have a report with 30 records, but i want to print the top 3 of them, the highest values, how cam i make it? Click to expand... Changing the report's record source query to a TOP 10% query should do it. Just make sure you have the proper field's Sort set appropriately.