crpjaviman
Technical User
I have a database that needs to print out certain number of records from a query result. I have used the SQL-SELECT TOP 5 statement, but depending on the results, there may be 11 or 22 that need to be printed.
Is there any way of changing the "5" to a number count from the query?
Is there any way of changing the "5" to a number count from the query?