This is totally doable.<br><br>On your form, create two textboxs, call them txtStart and txtEnd. Label them something like "Please enter start date" and "Please enter end date"<br><br>In your query, the criteria can refer to this value on the form, as long as YOU DON'T CLOSE THE FORM! Sorry for the caps, but I always make that mistake. When you run the report, (from a button Click event??) make sure that you hide the form, by setting its visible property to false<br><br>Anyway, the criteria for the StartDate Field will look something like Forms!YourFormName!txtStart. Similar for criteria for end date.<br><br>I am not sure what you mean by the different areas on the form. Are these "areas" actually another parameter to the SQL, like the various departments or managers?<br><br>Hope this helps.<br> <p>Kathryn<br><a href=mailto: > </a><br><a href= > </a><br>