G
Guest
I need user to type date range for report.
I have a query qryMainGoals.
I have a form frmInputDates.
I have a report rptMainGoals.
When the report is activated I want the frmInputDates to prompt the user for
two date Begin and End.
Then run the query for the report out put based on the dates.
I have the Between [Forms]![frmInputDates]![BeginningDate] and
[Forms]![frmInputDates![EndingDate]
I run the report the form will pop up but the query never gets the date
input. HELP
I have a query qryMainGoals.
I have a form frmInputDates.
I have a report rptMainGoals.
When the report is activated I want the frmInputDates to prompt the user for
two date Begin and End.
Then run the query for the report out put based on the dates.
I have the Between [Forms]![frmInputDates]![BeginningDate] and
[Forms]![frmInputDates![EndingDate]
I run the report the form will pop up but the query never gets the date
input. HELP