Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Top 10 in a chart
Message
 
To
16/11/2001 08:47:38
General information
Forum:
Visual Basic
Category:
Access
Miscellaneous
Thread ID:
00582658
Message ID:
00582673
Views:
16
This message has been marked as the solution to the initial question of the thread.
>Is it possible to have a chart run (with a query as its datasource) and show only the "Top 10" of the query results? I am using MS Graph as the charting source in MS Access 2000.

With Access 2000, you can use the TOP clause like this:
select top 10 *
from TableSomething
Order By SomeField DESC
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform