T
Tony
I am receiving the following error:
Syntax error in query expression
reports_in_progress_current_xl[GLOBALDCCDATA].[GLOBAL_DCC_CODE]
when I am executing the following code:
DoCmd RunSQL "SELECT reports_in_progress_current_xl [Global DCC
Data].[Global_DCC_Code], [Global DCC Data].[Part1_Request_Title], [Global DCC
Data].[Part1_Initiated_Date], [Global DCC Data].[Global_Current_Stage],
[Global DCC Data].[Part3_Delegated_To],[Global DCC
Data].[Part3_Delegated_Job_No], [Global DCC
Data].[Part3_Delegated_Activity_No], [Global DCC
Data].[Part4_Estimate_Man_Hours], [Global DCC Data].[Global_Project] INTO
[temp table] from reports_in_progress_current_xl;
But the query itself is executed properly. What is wrong, how I can fix it
to stop this error from appearing.
Thanks for help.
Syntax error in query expression
reports_in_progress_current_xl[GLOBALDCCDATA].[GLOBAL_DCC_CODE]
when I am executing the following code:
DoCmd RunSQL "SELECT reports_in_progress_current_xl [Global DCC
Data].[Global_DCC_Code], [Global DCC Data].[Part1_Request_Title], [Global DCC
Data].[Part1_Initiated_Date], [Global DCC Data].[Global_Current_Stage],
[Global DCC Data].[Part3_Delegated_To],[Global DCC
Data].[Part3_Delegated_Job_No], [Global DCC
Data].[Part3_Delegated_Activity_No], [Global DCC
Data].[Part4_Estimate_Man_Hours], [Global DCC Data].[Global_Project] INTO
[temp table] from reports_in_progress_current_xl;
But the query itself is executed properly. What is wrong, how I can fix it
to stop this error from appearing.
Thanks for help.