I
Ian
I'm now trying to update some of the data in a table with
UPDATE rawdata SET rawdata.[User] = Int((1200-1+1)*Rnd()+1);
but it updates all the values to a single random number. Is there a way to
make it insert a different random number for each value? The key is called ID
UPDATE rawdata SET rawdata.[User] = Int((1200-1+1)*Rnd()+1);
but it updates all the values to a single random number. Is there a way to
make it insert a different random number for each value? The key is called ID