Buckar00B0nzai
Technical User
I have a stacked bar chart that is supposed to display the volume of different service request types (e.g. "Promotion Record Request" or "Travel Document Support") per month. The criteria for the underlying criteria (date range, etc.) is pulled from a "criteria form" that works great for text reports. However, when I attempt to open the bar chart report, I get this error message: "The Microsoft Access database engine does not recognize 'Forms![Graphic Report Selection Form]!Text33' as a valid field name or expression."
The SQL for my query is:
SELECT [Completed Requests Table].[DATE/TIME COMPLETED], [Completed Requests Table].[REQUESTOR ORG], [Completed Requests Table].TECHNICIAN, [Completed Requests Table].DELIVERY_RATING, [Completed Requests Table].[SERVICE REQUESTED]
FROM [Completed Requests Table]
WHERE ((([Completed Requests Table].[DATE/TIME COMPLETED]) Between [Forms]![Graphic Report Selection Form]![Text33] And [Forms]![Graphic Report Selection Form]![Text35]) AND (([Completed Requests Table].[REQUESTOR ORG])=[Forms]![Graphic Report Selection Form]![Text41]) AND (([Completed Requests Table].TECHNICIAN)=[Forms]![Graphic Report Selection Form]![Text39]) AND (([Completed Requests Table].DELIVERY_RATING)=[Forms]![Graphic Report Selection Form]![Text46])) OR ((([Completed Requests Table].[REQUESTOR ORG])=[Forms]![Graphic Report Selection Form]![Text41]) AND (([Completed Requests Table].TECHNICIAN)=[Forms]![Graphic Report Selection Form]![Text39]) AND (([Completed Requests Table].DELIVERY_RATING)=[Forms]![Graphic Report Selection Form]![Text46]) AND (([Forms]![Graphic Report Selection Form]![Text33]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text35]) Is Null)) OR ((([Completed Requests Table].[DATE/TIME COMPLETED]) Between [Forms]![Graphic Report Selection Form]![Text33] And [Forms]![Graphic Report Selection Form]![Text35]) AND (([Completed Requests Table].TECHNICIAN)=[Forms]![Graphic Report Selection Form]![Text39]) AND (([Completed Requests Table].DELIVERY_RATING)=[Forms]![Graphic Report Selection Form]![Text46]) AND (([Forms]![Graphic Report Selection Form]![Text41]) Is Null)) OR ((([Completed Requests Table].TECHNICIAN)=[Forms]![Graphic Report Selection Form]![Text39]) AND (([Completed Requests Table].DELIVERY_RATING)=[Forms]![Graphic Report Selection Form]![Text46]) AND (([Forms]![Graphic Report Selection Form]![Text33]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text35]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text41]) Is Null)) OR ((([Completed Requests Table].[DATE/TIME COMPLETED]) Between [Forms]![Graphic Report Selection Form]![Text33] And [Forms]![Graphic Report Selection Form]![Text35]) AND (([Completed Requests Table].[REQUESTOR ORG])=[Forms]![Graphic Report Selection Form]![Text41]) AND (([Completed Requests Table].DELIVERY_RATING)=[Forms]![Graphic Report Selection Form]![Text46]) AND (([Forms]![Graphic Report Selection Form]![Text39]) Is Null)) OR ((([Completed Requests Table].[REQUESTOR ORG])=[Forms]![Graphic Report Selection Form]![Text41]) AND (([Completed Requests Table].DELIVERY_RATING)=[Forms]![Graphic Report Selection Form]![Text46]) AND (([Forms]![Graphic Report Selection Form]![Text33]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text35]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text39]) Is Null)) OR ((([Completed Requests Table].[DATE/TIME COMPLETED]) Between [Forms]![Graphic Report Selection Form]![Text33] And [Forms]![Graphic Report Selection Form]![Text35]) AND (([Completed Requests Table].DELIVERY_RATING)=[Forms]![Graphic Report Selection Form]![Text46]) AND (([Forms]![Graphic Report Selection Form]![Text41]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text39]) Is Null)) OR ((([Completed Requests Table].DELIVERY_RATING)=[Forms]![Graphic Report Selection Form]![Text46]) AND (([Forms]![Graphic Report Selection Form]![Text33]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text35]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text41]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text39]) Is Null)) OR ((([Completed Requests Table].[DATE/TIME COMPLETED]) Between [Forms]![Graphic Report Selection Form]![Text33] And [Forms]![Graphic Report Selection Form]![Text35]) AND (([Completed Requests Table].[REQUESTOR ORG])=[Forms]![Graphic Report Selection Form]![Text41]) AND (([Completed Requests Table].TECHNICIAN)=[Forms]![Graphic Report Selection Form]![Text39]) AND (([Forms]![Graphic Report Selection Form]![Text46]) Is Null)) OR ((([Completed Requests Table].[REQUESTOR ORG])=[Forms]![Graphic Report Selection Form]![Text41]) AND (([Completed Requests Table].TECHNICIAN)=[Forms]![Graphic Report Selection Form]![Text39]) AND (([Forms]![Graphic Report Selection Form]![Text33]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text35]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text46]) Is Null)) OR ((([Completed Requests Table].[DATE/TIME COMPLETED]) Between [Forms]![Graphic Report Selection Form]![Text33] And [Forms]![Graphic Report Selection Form]![Text35]) AND (([Completed Requests Table].TECHNICIAN)=[Forms]![Graphic Report Selection Form]![Text39]) AND (([Forms]![Graphic Report Selection Form]![Text41]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text46]) Is Null)) OR ((([Completed Requests Table].TECHNICIAN)=[Forms]![Graphic Report Selection Form]![Text39]) AND (([Forms]![Graphic Report Selection Form]![Text33]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text35]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text41]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text46]) Is Null)) OR ((([Completed Requests Table].[DATE/TIME COMPLETED]) Between [Forms]![Graphic Report Selection Form]![Text33] And [Forms]![Graphic Report Selection Form]![Text35]) AND (([Completed Requests Table].[REQUESTOR ORG])=[Forms]![Graphic Report Selection Form]![Text41]) AND (([Forms]![Graphic Report Selection Form]![Text39]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text46]) Is Null)) OR ((([Completed Requests Table].[REQUESTOR ORG])=[Forms]![Graphic Report Selection Form]![Text41]) AND (([Forms]![Graphic Report Selection Form]![Text33]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text35]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text39]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text46]) Is Null)) OR ((([Completed Requests Table].[DATE/TIME COMPLETED]) Between [Forms]![Graphic Report Selection Form]![Text33] And [Forms]![Graphic Report Selection Form]![Text35]) AND (([Forms]![Graphic Report Selection Form]![Text41]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text39]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text46]) Is Null)) OR ((([Forms]![Graphic Report Selection Form]![Text33]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text35]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text41]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text39]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text46]) Is Null));
Can anyone help?
The SQL for my query is:
SELECT [Completed Requests Table].[DATE/TIME COMPLETED], [Completed Requests Table].[REQUESTOR ORG], [Completed Requests Table].TECHNICIAN, [Completed Requests Table].DELIVERY_RATING, [Completed Requests Table].[SERVICE REQUESTED]
FROM [Completed Requests Table]
WHERE ((([Completed Requests Table].[DATE/TIME COMPLETED]) Between [Forms]![Graphic Report Selection Form]![Text33] And [Forms]![Graphic Report Selection Form]![Text35]) AND (([Completed Requests Table].[REQUESTOR ORG])=[Forms]![Graphic Report Selection Form]![Text41]) AND (([Completed Requests Table].TECHNICIAN)=[Forms]![Graphic Report Selection Form]![Text39]) AND (([Completed Requests Table].DELIVERY_RATING)=[Forms]![Graphic Report Selection Form]![Text46])) OR ((([Completed Requests Table].[REQUESTOR ORG])=[Forms]![Graphic Report Selection Form]![Text41]) AND (([Completed Requests Table].TECHNICIAN)=[Forms]![Graphic Report Selection Form]![Text39]) AND (([Completed Requests Table].DELIVERY_RATING)=[Forms]![Graphic Report Selection Form]![Text46]) AND (([Forms]![Graphic Report Selection Form]![Text33]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text35]) Is Null)) OR ((([Completed Requests Table].[DATE/TIME COMPLETED]) Between [Forms]![Graphic Report Selection Form]![Text33] And [Forms]![Graphic Report Selection Form]![Text35]) AND (([Completed Requests Table].TECHNICIAN)=[Forms]![Graphic Report Selection Form]![Text39]) AND (([Completed Requests Table].DELIVERY_RATING)=[Forms]![Graphic Report Selection Form]![Text46]) AND (([Forms]![Graphic Report Selection Form]![Text41]) Is Null)) OR ((([Completed Requests Table].TECHNICIAN)=[Forms]![Graphic Report Selection Form]![Text39]) AND (([Completed Requests Table].DELIVERY_RATING)=[Forms]![Graphic Report Selection Form]![Text46]) AND (([Forms]![Graphic Report Selection Form]![Text33]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text35]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text41]) Is Null)) OR ((([Completed Requests Table].[DATE/TIME COMPLETED]) Between [Forms]![Graphic Report Selection Form]![Text33] And [Forms]![Graphic Report Selection Form]![Text35]) AND (([Completed Requests Table].[REQUESTOR ORG])=[Forms]![Graphic Report Selection Form]![Text41]) AND (([Completed Requests Table].DELIVERY_RATING)=[Forms]![Graphic Report Selection Form]![Text46]) AND (([Forms]![Graphic Report Selection Form]![Text39]) Is Null)) OR ((([Completed Requests Table].[REQUESTOR ORG])=[Forms]![Graphic Report Selection Form]![Text41]) AND (([Completed Requests Table].DELIVERY_RATING)=[Forms]![Graphic Report Selection Form]![Text46]) AND (([Forms]![Graphic Report Selection Form]![Text33]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text35]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text39]) Is Null)) OR ((([Completed Requests Table].[DATE/TIME COMPLETED]) Between [Forms]![Graphic Report Selection Form]![Text33] And [Forms]![Graphic Report Selection Form]![Text35]) AND (([Completed Requests Table].DELIVERY_RATING)=[Forms]![Graphic Report Selection Form]![Text46]) AND (([Forms]![Graphic Report Selection Form]![Text41]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text39]) Is Null)) OR ((([Completed Requests Table].DELIVERY_RATING)=[Forms]![Graphic Report Selection Form]![Text46]) AND (([Forms]![Graphic Report Selection Form]![Text33]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text35]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text41]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text39]) Is Null)) OR ((([Completed Requests Table].[DATE/TIME COMPLETED]) Between [Forms]![Graphic Report Selection Form]![Text33] And [Forms]![Graphic Report Selection Form]![Text35]) AND (([Completed Requests Table].[REQUESTOR ORG])=[Forms]![Graphic Report Selection Form]![Text41]) AND (([Completed Requests Table].TECHNICIAN)=[Forms]![Graphic Report Selection Form]![Text39]) AND (([Forms]![Graphic Report Selection Form]![Text46]) Is Null)) OR ((([Completed Requests Table].[REQUESTOR ORG])=[Forms]![Graphic Report Selection Form]![Text41]) AND (([Completed Requests Table].TECHNICIAN)=[Forms]![Graphic Report Selection Form]![Text39]) AND (([Forms]![Graphic Report Selection Form]![Text33]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text35]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text46]) Is Null)) OR ((([Completed Requests Table].[DATE/TIME COMPLETED]) Between [Forms]![Graphic Report Selection Form]![Text33] And [Forms]![Graphic Report Selection Form]![Text35]) AND (([Completed Requests Table].TECHNICIAN)=[Forms]![Graphic Report Selection Form]![Text39]) AND (([Forms]![Graphic Report Selection Form]![Text41]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text46]) Is Null)) OR ((([Completed Requests Table].TECHNICIAN)=[Forms]![Graphic Report Selection Form]![Text39]) AND (([Forms]![Graphic Report Selection Form]![Text33]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text35]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text41]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text46]) Is Null)) OR ((([Completed Requests Table].[DATE/TIME COMPLETED]) Between [Forms]![Graphic Report Selection Form]![Text33] And [Forms]![Graphic Report Selection Form]![Text35]) AND (([Completed Requests Table].[REQUESTOR ORG])=[Forms]![Graphic Report Selection Form]![Text41]) AND (([Forms]![Graphic Report Selection Form]![Text39]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text46]) Is Null)) OR ((([Completed Requests Table].[REQUESTOR ORG])=[Forms]![Graphic Report Selection Form]![Text41]) AND (([Forms]![Graphic Report Selection Form]![Text33]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text35]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text39]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text46]) Is Null)) OR ((([Completed Requests Table].[DATE/TIME COMPLETED]) Between [Forms]![Graphic Report Selection Form]![Text33] And [Forms]![Graphic Report Selection Form]![Text35]) AND (([Forms]![Graphic Report Selection Form]![Text41]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text39]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text46]) Is Null)) OR ((([Forms]![Graphic Report Selection Form]![Text33]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text35]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text41]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text39]) Is Null) AND (([Forms]![Graphic Report Selection Form]![Text46]) Is Null));
Can anyone help?