How to Select every 51st record

  • Thread starter Thread starter tj
  • Start date Start date
T

tj

I'm looking to find how to do a query that will retrieve
every nth record from a table... n could be any value as
determined by another query... so it it could be every
29th, or 61st record, etc.

I figure to place the table and the query that determines
n into the query... does anyone know how to do this ?

Thanks... tj
 
Back
Top