query returning random assortment (1 Viewer)

casey

Registered User.
Local time
Today, 13:38
Joined
Dec 5, 2000
Messages
448
Hello all...

How do I get a query to return a group of records in a random order? I know that sum, count, etc... are SQL commands that can be used on SQL statements. Is there function to arrange the results in a random order? Thanks. Hope this makes sense.
 
J

Jerry Stoner

Guest
Set a field to auto number and new values to random. Sort by that field in your query. There may be another way but thats how Ive done it in the past.
HTH
 

Users who are viewing this thread

Top Bottom