Glad I could help Rick. The only additional thing I can think of is to match the username with the text field in your query. I left that out before.
More like this:
Code:
$RPG = $DB_site->query("SELECT user.userid, user.username, usertextfield.userid, usertextfield.fieldX FROM users, usertextfield WHERE user.userid == usertextfield.userid ORDER BY user.username DESC");