Jengo,<br>Depending on whether it's an action query or select, you can use the Execute method of the querydef's SQL property (only for Action queries), or use docmd OpenQuery, "queryname".<br><br>To change criteria, either use parameters and set them through the querydef.parameters collection, or change the sql itself, by setting the sql property of the querydef obect.<br>--Jim