G Guest Mar 8, 2006 #1 How would I write a query to select only the first specified number of records?
G Guest Mar 8, 2006 #2 In the SQL statement add TOP x following SELECT. "x" is the number you specify. Another way is in design view click on the tool bar icon that says ALL and enter your number.
In the SQL statement add TOP x following SELECT. "x" is the number you specify. Another way is in design view click on the tool bar icon that says ALL and enter your number.