Hi there,
What is the best way around generating a query to generate the contents of a table listed by id in random order?
Using the Int((n * Rnd) + 1) example will not be accurate if an autonumber id row has been previously deleted. As the number generated may point to a autonumid that doesn't...