I have a database that has many tables and some of the tables have a field that determines something about the record. I want to find the tables that have that field. The problems is that the field name is not the same in each table as the field name is table_something. The something in the field name is the same and the table in the field name is the name of the table. I want to find the tables that have that something in the field name. Can anyone help me.