- Local time
- Yesterday, 16:52
- Joined
- Oct 29, 2018
- Messages
- 22,724
Okay, I think you and cheekybuddha helped me understand the custom function a bit better now. So, how about that Order By clause? What was up with all that math and the IsNull() function? Anyone care to tackle that one? Thanks again.Sorry for any confusion, I did not look at this randomizer. I have to guess there is a randomize in there.
My only point was manyAccess developers think this is a shortcoming or a bug. But those who rely on random numbers want to be able to return the same series of random numbers.
Code:
order by rnd(isnull(mytable.question) * 0 + 1)