Using Rnd() in an Append query
- From: "Dennis Snelgrove" <dennis.snelgrove@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 11 May 2005 14:14:56 -0400
I'm trying to populate an Intersection table with several thousand random
records in order to give myself some data to work with during the
construction of the DB. I'm trying to use "int(Rnd(1)*50)+1" as the formula
to fill in a Score field, but it only calculates this once, then applies
that value to every record in the table. How do I get it to calculate a new
random value for every record?
Thanks...
.
- Follow-Ups:
- Re: Using Rnd() in an Append query
- From: Ken Snell [MVP]
- Re: Using Rnd() in an Append query
- Prev by Date: Re: ODBC connection
- Next by Date: Re: how can I display the date from a number of seconds given?
- Previous by thread: Divide Max of one column with value in current record
- Next by thread: Re: Using Rnd() in an Append query
- Index(es):
Relevant Pages
|