Hi, <br><br>I have a report based on a query and this query is run based on a date Range I specify. Here is the criteria I use for one of the fields, which is a date field:<br><br>"Between [Enter Week Start:] And [Enter Week End:]"<br><br>When I run the query, it will ask me for the first and then a second date ( which is the date range this query will run). I have a command button in a form which will trigger a printreport, and since this report is based on that query, it will first ask for these two dates , and then print. but in my report design, I have a label in the Report Header, and everytime I want to run the report, I want the label to look like: "ASNs from "MM/DD/YY to MM/DD/YY", where these two dates have to be the dates I specified in the query code ("Between [Enter Week Start:] And [Enter Week End:]". How do I code the label to do this???? Thanks!