How can I list all tables in a schema? I would like to build a reporting tool, which I can run and it will list all tables in a schema. It would have to be done via a query (odbc). In the future, I would like to convert it to a Stored procedure, but I need to access it via a query now. TIA, astro