Well I'm sure it's possible, for one. If u just want to know if there's any data at all in a given query u could maybe create a form with 15 textboxes. Connect each to a query with a Dlookup. For example, txtBox1 source =DLookup("Field1;"Query1"), txtBox2 source =DLookup("Field2;"Query2"), and...