18 Apr 2008 at 21:16 #1 Conrad11 Conrad11 Soldato Joined 12 Jun 2005 Posts 5,361 EDIT: Figured out what i want....but whats the equivalent of "LIMIT" for access..... Last edited: 18 Apr 2008
21 Apr 2008 at 10:47 #2 adam83 adam83 Associate Joined 17 Mar 2008 Posts 135 Easy just add TOP (number) to your sql statement. e.g. "Select TOP 5 * FROM [Products]" Let me know if you have any problems.
Easy just add TOP (number) to your sql statement. e.g. "Select TOP 5 * FROM [Products]" Let me know if you have any problems.