G
Guest
Hi,
I have a report based on a query that has a form as a parameter. When the
report opens it correctly requests the parameter, however the text box
displaying the parameter on the report displays as #Name?
The query has the fiollowing code for the TRANSDATE parameter:
Between [Forms]![Labour Analysis Parameter]![StartDate] And [Forms]![Labour
Analysis Parameter]![EndDate]
In the report header the code for the textbox is:
=[Forms]![Labour Analysis Parameter]![StartDate]
& second text box
=[Forms]![Labour Analysis Parameter]![EndDate]
Both display as #Name?
Is there something very basic that I am doing wrong, I suspect that there is.
I have a report based on a query that has a form as a parameter. When the
report opens it correctly requests the parameter, however the text box
displaying the parameter on the report displays as #Name?
The query has the fiollowing code for the TRANSDATE parameter:
Between [Forms]![Labour Analysis Parameter]![StartDate] And [Forms]![Labour
Analysis Parameter]![EndDate]
In the report header the code for the textbox is:
=[Forms]![Labour Analysis Parameter]![StartDate]
& second text box
=[Forms]![Labour Analysis Parameter]![EndDate]
Both display as #Name?
Is there something very basic that I am doing wrong, I suspect that there is.