I know that this isn’t strictly what you’re meant to do in a database but hey (!)
I need to get a random selection returned from a table. I don’t care how.
I was thinking about creating a temporary recordset and then using some kind of random function to return only certain (“randomly” selected) records.
I’m getting along with this quite well but thought I’d poll peoples opinion on the best (or better) ways of doing this.
Ideally I’d like to get to a result that returns a user specific number of records (say from 1 – 100) but that these records are returned at random from a base table.
You thoughts would be appreciated!