This is a line of code in an application. I get a compile error when I attempt to run this code that states the following: (Compile error: Expected Case)
SELECT QryProcessOperationsArea.[Report ID], QryProcessOperationsArea.[Customized or Standard], QryProcessOperationsArea.[Report Title], QryProcessOperationsArea.[Application Producing Report], QryProcessOperationsArea.[Report Type] FROM QryProcessOperationsArea;
I copied this line of code from the row source of the specific form. Does anyone have any clues?
SELECT QryProcessOperationsArea.[Report ID], QryProcessOperationsArea.[Customized or Standard], QryProcessOperationsArea.[Report Title], QryProcessOperationsArea.[Application Producing Report], QryProcessOperationsArea.[Report Type] FROM QryProcessOperationsArea;
I copied this line of code from the row source of the specific form. Does anyone have any clues?