D
Douglas J. Steele
Get rid of the parentheses around the field names in the SELECT
substatement:
db.Execute "Insert into tblattendance
(studentclocknumber,programcode,coursenum,logintime,logouttime,exempt,shours
) Select
student_clock_number,program_code,course_number,Login_time,Logout_time,exemp
t,S_Hours from bltempattendance"
substatement:
db.Execute "Insert into tblattendance
(studentclocknumber,programcode,coursenum,logintime,logouttime,exempt,shours
) Select
student_clock_number,program_code,course_number,Login_time,Logout_time,exemp
t,S_Hours from bltempattendance"