openschema table owner



I want to display all the tables for the ODBC conection. By using

Set objRs = objConn.OpenSchema(adSchemaTables)

I can get the list of Table Names. Now, how do I sort it furthure to show
the list of tables by table owners.

e.g. I may have access DB setup as ODBC DSN which might have anohter linked
tables from other schema and other owners...

how do I get owner names....


.