S
Sheryl Scanlon
I have a table with a name column in it (among others).
There are multiple records for each name (some in the
hundreds) and they all have different numbers of records.
The table has tens of thousands of records.
I need to pull a random sample of 20 records for each name
in the table and put them into a spreadsheet. How do I go
about this query/queries to accomplish this?
When I tried to do it, I could come up with a random
sampling of the whole table, but I couldn't divide it up
to give me 20 of each name.
Thanks for any help you can provide.
There are multiple records for each name (some in the
hundreds) and they all have different numbers of records.
The table has tens of thousands of records.
I need to pull a random sample of 20 records for each name
in the table and put them into a spreadsheet. How do I go
about this query/queries to accomplish this?
When I tried to do it, I could come up with a random
sampling of the whole table, but I couldn't divide it up
to give me 20 of each name.
Thanks for any help you can provide.