Search field names using wildcard

Is it possible to search fieldnames with a wild card and not field values?

For example I want to search for a company name in these fields

field names:
Company_Lessor_Name
Company_Lessee_Name

I want to do something like this?
search for a company name in these fields ....Company_*_Name

I found it...use the query_string

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.