Using a Query to give me the 160th and 320th etc.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to create a Query that only shows me the 160th record, 320, 480 etc.
Can anyone tell me how this can be done?
 
If your records are numbered (i.e., if they include a sequence number
field), you could try using the Mod() function to take every 160th record.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 

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