I want to review chart report base on the form in which I can select date and other values.
I set the criteria for the query which the chart report based on. in the query I set criteria for "Date"= Between [Forms]![FrmReport]![BeginDate] And [Forms]![FrmReport]![EndDate], "salesperson"=[Forms]![FrmReport]![sales]...
but there is a problem when I open the report.
I can open query and see the data after I input value to the form, but when i open the chart report, it shows like this: "The Microsoft Jet database engine does not recognize '[Forms]![FrmReport]![BeginDate]' as a valid field name or expression."
the data report is working, but chart report is not.
how should I fix it!
thanks in advance
I set the criteria for the query which the chart report based on. in the query I set criteria for "Date"= Between [Forms]![FrmReport]![BeginDate] And [Forms]![FrmReport]![EndDate], "salesperson"=[Forms]![FrmReport]![sales]...
but there is a problem when I open the report.
I can open query and see the data after I input value to the form, but when i open the chart report, it shows like this: "The Microsoft Jet database engine does not recognize '[Forms]![FrmReport]![BeginDate]' as a valid field name or expression."
the data report is working, but chart report is not.
how should I fix it!
thanks in advance