V
Vincent DeLuca
To All:
Would the data that is passed from the query that is based upon a parameter text box form be limited to the range specified by the parameter query as shown in a report based upon that query, or would you need to "pass along" the values to limit the data to the range desired within the report itself?
I have successfully created a parameter query based upon form text box data for the desired date range that displays the accurate data, but cannot get a report based upon that query to print. The same report when pulling the same data in which I type in the parameters in popup boxes (based upon a copy of the same query without form references) works fine. I cannot locate the reason for this.
The query with the references to the dialog box form text boxes has the following parameters:
[Forms]![EmployeePullsDialogBox]![StartingDate] Date/Time
[Forms]![EmployeePullsDialogBox]![EndingDate] Date/Time
And in the [Date] column of this crosstab query:
Where
Between [Forms]![EmployeePullsDialogBox]![StartingDate] AND [Forms]![EmployeePullsDialogBox]![EndingDate]
The same form without the dialog box references has the following parameters:
StartingDate Date/Time
EndingDate Date/Time
Why would I be running into this problem?
Thanks.
Vincent DeLuca
(e-mail address removed)
Would the data that is passed from the query that is based upon a parameter text box form be limited to the range specified by the parameter query as shown in a report based upon that query, or would you need to "pass along" the values to limit the data to the range desired within the report itself?
I have successfully created a parameter query based upon form text box data for the desired date range that displays the accurate data, but cannot get a report based upon that query to print. The same report when pulling the same data in which I type in the parameters in popup boxes (based upon a copy of the same query without form references) works fine. I cannot locate the reason for this.
The query with the references to the dialog box form text boxes has the following parameters:
[Forms]![EmployeePullsDialogBox]![StartingDate] Date/Time
[Forms]![EmployeePullsDialogBox]![EndingDate] Date/Time
And in the [Date] column of this crosstab query:
Where
Between [Forms]![EmployeePullsDialogBox]![StartingDate] AND [Forms]![EmployeePullsDialogBox]![EndingDate]
The same form without the dialog box references has the following parameters:
StartingDate Date/Time
EndingDate Date/Time
Why would I be running into this problem?
Thanks.
Vincent DeLuca
(e-mail address removed)