Ok, I've got a slight problemo, I want to randomise the list of players I've just inserted (into a database).
Player1 = Dave
Player2 = Bob
Player3 = Ron
Player4 = Craig
Player5 = Sean
So that they could be in any order
P4
P2
P5
P1
P3
or...
P2
P5
P3
P1
P4
ANY ORDER (I guess thats what random means, but I have a tendency of saying things wrong). So...
these players are entered on a FORM to go into a DATABASE and either before or after I want them to be randomised into another order than I entered them. I'm using ASP/Access/Vbscript if that helps.