rubbernilly
Programmer
I'd like to provide some flexibility to the query, to where the user could decide to pull the TOP 5, TOP 3, TOP 20, whatever.
Using a parameter does not work:
SELECT TOP [Enter Value]...
I figure I can do this by manipulating the SQL of the querydef, but I'd like to just have some straightforward flexibility rather than a lot of backend programming.
Possible?
Using a parameter does not work:
SELECT TOP [Enter Value]...
I figure I can do this by manipulating the SQL of the querydef, but I'd like to just have some straightforward flexibility rather than a lot of backend programming.
Possible?