filter query

  • Thread starter Thread starter chris
  • Start date Start date
C

chris

how can i ask a query to bring only the top 50 out of 100
lines?

thanks,

chris
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top