G
Graham Whiteman
I am having problem passing query params to a report that
has a chart control on it. I am trying to pass
[forms]![MainMenu]![txtStartDate] to the chart such that
the Date field criteria is ">=[forms]![MainMenu]!
[txtStartDate]"
The error message I am receiving is:
The Microsoft Jet database engine does not
recognise '[forms]![MainMenu]![txtStartDate]' as a valid
field name or expression.
Followed by:
An Error occured while senidng data to the OLE server (
the application used to create the object).
* Blah blah
Is there another way I should be passing the params to the
report? I do not have any data source defined for the
parent report.
has a chart control on it. I am trying to pass
[forms]![MainMenu]![txtStartDate] to the chart such that
the Date field criteria is ">=[forms]![MainMenu]!
[txtStartDate]"
The error message I am receiving is:
The Microsoft Jet database engine does not
recognise '[forms]![MainMenu]![txtStartDate]' as a valid
field name or expression.
Followed by:
An Error occured while senidng data to the OLE server (
the application used to create the object).
* Blah blah
Is there another way I should be passing the params to the
report? I do not have any data source defined for the
parent report.