Search results

  1. K

    Select TOP n records

  2. K

    Select TOP n records

    Like in the first query where I use "startdate" and "enddate" to prompt the user to enter information into a message box, I was hoping I could do that for the second query as well where when the query was run a message box would appear and the user enters the number of records they want...
  3. K

    Select TOP n records

    I have a query that I want to select the top n records from the results of another query. Each time the user runs the query they could want any number of results so I want the value to be a variable that they enter in. I do this in the other query as well where the user enters variable start and...
Top Bottom