Hi, I am doing a basic random sample, querying for 100 random items from a 20,000 item table. I've tried numerous examples using Rnd and Randomize that work fine. In these examples though, the seed numbers are chosen by the system clock. Nowhere have I found a way to supply my own seed number, ie. 7777777 so that someone on another computer using the same table would be able to supply the same seed number and come up with the same results. Does anyone know if this is possible and what code would be used.
Thanks
Thanks