I have a report that's using a query for its source and I have two fields in the query that get their criteria from a form (in the criteria section I have forms!myForm!myControl). I need to have two more fields get their criteria from this form, but when I try to do this the query comes up blank. Is there a reason why I can't have more than 2 fields get their criteria from the form? If I enter simple expressions for these fields (eg Like "*" it works fine, it's just when I try to sort the date through the form. Any ideas??