I have a report where a user can enter a parameter date. I would then like the report to pull all invoice dates between that date and the first of the month. For example if someone enters '9/20/2006' into the parameter, then I would like the report to pull all {soshipheader.invcdate} >= 9/1/2006 and {soshipheader.invcdate} <= 9/25/2006...I'm just not completely sure of how to create the syntax for it in the select formula.