I have an Access form with a random button on it. The Rnd function works find and does what I desire. My issue is:
When you use the random button a number of times (example 25 times) then close the form and open it again, the next 25 you choose the random button, the results seem to be the exact same as they did the previous time. In previous studies, I learned you can eliminate this continuous pattern but I don't recall the solution. Any suggestions?
Here is a small bit of my code - at least for the random process.
Dim MyValue1
MyValue1 = Int((6 * Rnd) + 1)
Die1 = MyValue1
Cheers,
JJB373
When you use the random button a number of times (example 25 times) then close the form and open it again, the next 25 you choose the random button, the results seem to be the exact same as they did the previous time. In previous studies, I learned you can eliminate this continuous pattern but I don't recall the solution. Any suggestions?
Here is a small bit of my code - at least for the random process.
Dim MyValue1
MyValue1 = Int((6 * Rnd) + 1)
Die1 = MyValue1
Cheers,
JJB373