The last line of this code causes a syntax error when run. Any ideas why as I have stared at this too long.
<img src=/S/hairout.gif border=0 alt=hairout width=31 height=23>
strSql = "SELECT [2002 May].TASK_UID," _
& "[2002 May].CWBS, [2002 May].[Planned Finish]," _
& "[2002 May].[Baseline Finish]," _
& "[2002 May].[Percent Complete] INTO CurrentData" _
& " FROM [2002 May]" _
& "WHERE" _
& "([2002 May].CWBS) Not In (' ','C') AND" _
& "([2002 May].[Percent Complete])<>100 AND" _
& "([2002 May].TASK_IS_CRITICAL)=-1 AND" _
& "([2002 May].TASK_IS_SUMMARY)=No AND" _
& "LEFT([2002 May].CWBS,1) IN ('C');"




