J
Jennifer
Hello,
I've read several of posts regarding selecting a random sample, but still
have some questions... I am trying to select a random % of records from a
table. Say I want to select 2% of the total # of records. How do I
incorporate that into the function? Also, our department shys away from the
Module setting. Can I do this through a select query?
Say I use this format: SELECT TOP 400 *
FROM myTable
ORDER BY Rnd(NumericalFieldHere)
Where do I put this information? Does it go under the criteria and what do I
name the field then?
Thanks,
Jennifer
I've read several of posts regarding selecting a random sample, but still
have some questions... I am trying to select a random % of records from a
table. Say I want to select 2% of the total # of records. How do I
incorporate that into the function? Also, our department shys away from the
Module setting. Can I do this through a select query?
Say I use this format: SELECT TOP 400 *
FROM myTable
ORDER BY Rnd(NumericalFieldHere)
Where do I put this information? Does it go under the criteria and what do I
name the field then?
Thanks,
Jennifer