All I want to do is to use my query to return a list of names in a random order. What is the secret to easily doing this? For example:
The query consists of a list of staff members by last name/first name (approx 65 names). Is there a way to have the query list these names in a totally random order each time I run the query?
The query consists of a list of staff members by last name/first name (approx 65 names). Is there a way to have the query list these names in a totally random order each time I run the query?