A
Anna S
I have a report based on a crosstab query. It works fine
if I enter date range criteria in the query but won't
accept dates entered as parameters or dates looked up on a
form.
This works: Between #1/1/2003# And #31/12/2003#
These don't work:
Between [Forms]![frm_Reports]![StartDate] And [Forms]!
[frm_Reports]![EndDate]
Between [Enter the start date] And [Enter the end date]
The Error: Microsoft Jet Database does not recognise
[Enter the start date] as a valid field name or expression.
I only get this problem with crosstab reports.
Does anyone know why?
Thanks
Anna
if I enter date range criteria in the query but won't
accept dates entered as parameters or dates looked up on a
form.
This works: Between #1/1/2003# And #31/12/2003#
These don't work:
Between [Forms]![frm_Reports]![StartDate] And [Forms]!
[frm_Reports]![EndDate]
Between [Enter the start date] And [Enter the end date]
The Error: Microsoft Jet Database does not recognise
[Enter the start date] as a valid field name or expression.
I only get this problem with crosstab reports.
Does anyone know why?
Thanks
Anna