Easy way to handle TopValues?

Chris RR

Registered User.
Local time
Yesterday, 18:06
Joined
Mar 2, 2000
Messages
354
Hello,
I have a TopValues query which displays on a form. I'd like to give the user the option to say how many rows should be shown.

Is there a quick & dirty way to handle this? I know that I can build the SQL in code to do it, but don't want to go through all of that if I don't need to...

Thanks,
Chris RR
 
No there is no easy way. You must build the query in code.
 

Users who are viewing this thread

Back
Top Bottom