C chris Jun 1, 2004 #1 how can i ask a query to bring only the top 50 out of 100 lines? thanks, chris
D Douglas J. Steele Jun 1, 2004 #2 Queries have a TOP n parameter you can specify. If you've already got the query created, look at the properties: you can set TOP there.
Queries have a TOP n parameter you can specify. If you've already got the query created, look at the properties: you can set TOP there.