G
Guest
I created a textbox (txtPoints) and want the form to enter a random number from 1 - 9 in the box when the form opens
I tried to use this formula in the textbox OnDirty event
Dim MyValu
MyValue = Int((9 * Rnd) + 1
but it didn't work. I really don't care how the number gets into the box, but I want to use it as a game on the forms
Any Ideas
Thanks As Always
RIP
I tried to use this formula in the textbox OnDirty event
Dim MyValu
MyValue = Int((9 * Rnd) + 1
but it didn't work. I really don't care how the number gets into the box, but I want to use it as a game on the forms
Any Ideas
Thanks As Always
RIP