> How do I alphabetize the out put of my data base?
> The field would be LastName

"SELECT * FROM MyTable ORDER BY LastName"

Then loop through the result set.

Chris

Reply via email to