first 50 records

  • Thread starter Thread starter Jim Hill
  • Start date Start date
J

Jim Hill

Hello,
What is the easiest and fastest way to retrieve the data
from a database with "where MyDept=12, order by MyDate"
clauses and only first 50 records (I do not need all the
rows, if first 50 is retrieved I will change MyDept). How
can I do this either in Queries or Modules?
Thanks
Jim.
 
Back
Top