I have a query:
Code:SELECT Users.UserName, Users.Score FROM Users ORDER BY Users.Score DESC;
the table:
The image:
The textboxes (top for usernames and bottom for scores) how to get the values from the query? I want to put all usernames from the query into the textboxes and I want to get all the scores from the query to the textboxes as well but all in one go. How to do that?
![]()