Hello ouro,
question is, for what purpose do you need to select the results?
If you need to edit them, then you can check out edit example which uses update_form:
phpclasses.org/package/6798-PHP-Gen
...
If you need to display them, then well it is not a form anymore, and something you should do separately in your code from the same database table.
So tell me what would you want to achieve, so I could point you to right direction :)