MichaelRed,
Thanks for your prompt response. Here is the deal. I'm not sure where to put the Rnd() function.
1. I have a table with fields like: LastName, FirstName, ParentNames, BirthDate, GraduationYear, Address, Phone, Notes.
2. I want to run and print a report of students graduating in a certain year that displays: LastName, FirstName, ParentNames, Phone, Notes.
3. The list for the report must be random and should be different each time I run the report.
I have based my report on a parameter query that asks for GraduationYear. I'm not sure where the random number comes in. Do I need to create a table that gives a random number to each record and then create a report that sorts by number? How do I assign a random number to each record? [sig][/sig]