J Joe Jan 10, 2008 #1 If I do a query that gives me 50 lines of data and I only want the top 10 lines how would one do this?
If I do a query that gives me 50 lines of data and I only want the top 10 lines how would one do this?
L Linq Adams via AccessMonster.com Jan 10, 2008 #2 By using Select Top 10 Here's a site that gives a good explanation: http://www.databasejournal.com/features/msaccess/article.php/10895_3291181_2 -- There's ALWAYS more than one way to skin a cat! Answers/posts based on Access 2000/2003 Message posted via AccessMonster.com
By using Select Top 10 Here's a site that gives a good explanation: http://www.databasejournal.com/features/msaccess/article.php/10895_3291181_2 -- There's ALWAYS more than one way to skin a cat! Answers/posts based on Access 2000/2003 Message posted via AccessMonster.com