Here it is...
As you can see it is VERY elementary...not sure why it works in select but
not make table..
SELECT MIS_ASSOCIATE_HIST.ASSOC_ID, MIS_ASSOCIATE_HIST.YYYYMM,
MIS_ASSOCIATE_HIST.FIRST_NAME, MIS_ASSOCIATE_HIST.MIDDLE_NAME,
MIS_ASSOCIATE_HIST.LAST_NAME, MIS_ASSOCIATE_HIST.STATUS_CODE,
MIS_ASSOCIATE_HIST.JOB_DESC, MIS_ASSOCIATE_HIST.HIERARCHY_POINT_CODE,
MIS_ASSOCIATE_HIST.LEVEL_9_HIERARCHY_DESC, MIS_ASSOCIATE_HIST.PERSON_NUMBER,
MIS_ASSOCIATE_HIST.JOB_CODE INTO Tbl_MIS_ASSOCIATE_HISTORY
FROM MIS_ASSOCIATE_HIST
WHERE (((MIS_ASSOCIATE_HIST.YYYYMM)=[Prior Month Date YYYYMM]) AND (
(MIS_ASSOCIATE_HIST.STATUS_CODE)="A"));
Jerry said:
I don't trust the Not Responding in Task Manager. Same goes when you check
Processes there and see 90% to 100% cpu being used by Access.
Maybe post the SQL for the Select and Make Table queries. That might provide
a hint to the problem.
Thanks, there is nothing the way I see it not responding is when I go to the
task mgr. This is so frustrating.
[quoted text clipped - 9 lines]
Volume of records is small. Any ideas? Thanks
--
.