Randomize a list

C

CD Tom

I have upto 25 people in a list there is a account number and their last
name, first name in the list I want to randomize this list and then be able
to keep the list in that order for further use. What would be the best way
to handle this. Thanks for any help.
 
K

KARL DEWEY

Add a number field, double, to the table design and run update query on that
field with this --
Rnd([account number])
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top