Hi everyone,
i was wondering if anyone out there knows how to list mySQL results in alphabetical order with each letter having its own group [probably doesn't make much sense, so...].
So for example it would look like this:
A
All the people whos name begins with A.
B
All the people whos name begins with B.
C
All the people whos name begins with C
and so on and so on.
The only way i know how to do this would be to make separate recordsets for each letter of the alphabet [abit long winded] and i was hoping someone might know how to do this with a for loop or something similar.
any suggestions would be brilliant
Thanks
TOM