G
Guest
Hi all..
I have a report that is based off of a parameter date query. When the
person clicks on the report they are asked to put in a start date and an end
date. Then the report is generated.
What I want them to see is the dates they entered. I have tried this code
from another post:
="For sales between " & Format([Start Date],"mmmm dd, yyyy") & " and "
& Format([End Date],"mmmm dd, yyyy")
Once it is in the rpt header or anywhere on the rpt the person has to enter
2 start dates and 2 end dates... What am I doing wrong and how do I fix
this???????
Thanks
R~
I have a report that is based off of a parameter date query. When the
person clicks on the report they are asked to put in a start date and an end
date. Then the report is generated.
What I want them to see is the dates they entered. I have tried this code
from another post:
="For sales between " & Format([Start Date],"mmmm dd, yyyy") & " and "
& Format([End Date],"mmmm dd, yyyy")
Once it is in the rpt header or anywhere on the rpt the person has to enter
2 start dates and 2 end dates... What am I doing wrong and how do I fix
this???????
Thanks
R~