I have a program that can do this but need to be able do this in access.
Lower Range = 1
Upper Range = 9999999
I would like the module to select a random seed number, user specified or from the system clock between -2147483647 and +2147483647. Then, using this seed number, I want to select a specified number(3 for instance) of random occurences in the 1 To 9999999 range.
Anyone know how to do this?
Thanks
Lower Range = 1
Upper Range = 9999999
I would like the module to select a random seed number, user specified or from the system clock between -2147483647 and +2147483647. Then, using this seed number, I want to select a specified number(3 for instance) of random occurences in the 1 To 9999999 range.
Anyone know how to do this?
Thanks