Choose Table to view from dropdown list

I have a form with a dropdown which populates with table names from information_schema.

I want to be able to choose a table and have it display in records in some way. It can be in this form, in a grid, anything that lets me look at it.

A blank application is probably the simplest approach.
Set an onchange event on the drop down or use a PHP button and onValidateSuccess to pass the selected table as a parameter to an sc_redir call to your blank application.

You can find many examples of php scripts which display table content.
Here’s one I found with a quick search.