Johnny Drama
In need of beer...
- Local time
- Yesterday, 17:00
- Joined
- Dec 12, 2008
- Messages
- 211
I've got a form that requests a start and end date to be inputted by the user. Once the user click the okay button the form passes the values to the report which queries the data and generates the report just fine. What I can figure out how to do is take those same start/end date values and have them show up in the report header so I can dynamically change the report title when it's run. I tried using the same thing I have for the query =[forms]![date selected]![fromdate] but then the report presents a criteria box when it's run. Any ideas?