klynch0803
Registered User.
- Local time
- Today, 09:24
- Joined
- Jan 25, 2008
- Messages
- 102
Hey I have seen several people post that it is a solution but i do not see anything saying how to do it.
I want to run reports from a single form and I want to have the start date and the End Date for the reports on the form they run the report from.
My question is how do you have the report look at the dates to run the report on? Example below:
Form "fdatReport"
Field "StartDate"
Field "EndDate"
Button "P&L Report"
Button "Payroll Report"
Button "Sales Detail Report"
Now if I enter
"StartDate" 2-01-2008
"EndDate" 2-12-2008
I would want the report I click the button to run a report I want the results based on that date range.
I want to run reports from a single form and I want to have the start date and the End Date for the reports on the form they run the report from.
My question is how do you have the report look at the dates to run the report on? Example below:
Form "fdatReport"
Field "StartDate"
Field "EndDate"
Button "P&L Report"
Button "Payroll Report"
Button "Sales Detail Report"
Now if I enter
"StartDate" 2-01-2008
"EndDate" 2-12-2008
I would want the report I click the button to run a report I want the results based on that date range.