matrixindicator
IS-IT--Management
I use the Random Function Rnd in a query.
However in the query I got always the same number for every row (so its not a random number). eg. 178596.
What is missing ?
Code:
AdRandomNr = Int((243365 * Rnd) + 1)
However in the query I got always the same number for every row (so its not a random number). eg. 178596.
What is missing ?