E
Eric
Hi,
I am trying to assign a random number to each record so that each record
will be assigned a specific attribute based on a cumulative distribution of
historical data. While designing the make table query I start a new field
that reads as follows:
RandomNumber: Rnd()
The problem is that this function assigns the same random number to each
record (making the cumulative distribution useless!). I was hoping that
Access could assign a random number to each individual record. Is this
possible? If so, how? Thanks.
I am trying to assign a random number to each record so that each record
will be assigned a specific attribute based on a cumulative distribution of
historical data. While designing the make table query I start a new field
that reads as follows:
RandomNumber: Rnd()
The problem is that this function assigns the same random number to each
record (making the cumulative distribution useless!). I was hoping that
Access could assign a random number to each individual record. Is this
possible? If so, how? Thanks.