C
case600lp
Hi -
I'm trying to create a query that generates some random fields.
Such as:
Select recordid, name, rnd(0) as field1, rnd(0) as field2, [field1] +
[field2] as sumof;
BUT while field1 and field2 are properly randomized the problem is,
the addition calculation also seems to "re-randomize"! How can I
store the random values for "stable" calculations???
If I even resize the window of the resulting query, it regenerates new
random values apparently pixel by pixel of mouse movement!
Thanks for any advice,
Howard
I'm trying to create a query that generates some random fields.
Such as:
Select recordid, name, rnd(0) as field1, rnd(0) as field2, [field1] +
[field2] as sumof;
BUT while field1 and field2 are properly randomized the problem is,
the addition calculation also seems to "re-randomize"! How can I
store the random values for "stable" calculations???
If I even resize the window of the resulting query, it regenerates new
random values apparently pixel by pixel of mouse movement!
Thanks for any advice,
Howard