I would like to find all Forms that have a Combo Box control on them. Yesterday I came across one that had a SQL query entered directly into the control instead of referring to a DAO.QueryDef object. So I would like to conduct an audit of this application and inspect each Combo Box control. Any suggestions how I could compile a list of Form names which happen to have a Combo Box control on them?