B
Bill Beshlian
I have an append query that has worked in the past but now when I run it I
get the long error message,"Microsoft Access can't append all the records in
the append query..." I have checked everything and cannot find the problem.
Since I cannot attach the screen shot of the error message, here is the SQL
code for the query:
INSERT INTO sick_history ( emp_no )
SELECT ee.emp_no
FROM ee LEFT JOIN sick_history ON ee.emp_no = sick_history.emp_no
WHERE (((sick_history.emp_no) Is Null));
Right now I need to add 80 records to the sick_history table and cannot due
to this error.
TIA, Bill Beshlian
get the long error message,"Microsoft Access can't append all the records in
the append query..." I have checked everything and cannot find the problem.
Since I cannot attach the screen shot of the error message, here is the SQL
code for the query:
INSERT INTO sick_history ( emp_no )
SELECT ee.emp_no
FROM ee LEFT JOIN sick_history ON ee.emp_no = sick_history.emp_no
WHERE (((sick_history.emp_no) Is Null));
Right now I need to add 80 records to the sick_history table and cannot due
to this error.
TIA, Bill Beshlian