M
Mark
Hi All,
Having a syntax error when using the update statement to a linked table.
Getting a 3155 error in mySQL. Any help is appreciated.
vSQL = "insert into audit_history (auditor_id, audit_date, audit_shift_code,
associate_id, wave, dept_id, error_date, error_shift_code, task_error_id,
qty_aud, qty_err, comments, dtimecre, dtimemod, usrmod)" & _
"select [cbAudAuditor], [txAudDate], [cbAudShift], [cbAudEmp],
[txAudWave], [cbAudDept], [txAudErrDate], [cbAudErrShift], [cbAudErrID],
[txAudQty], [txAudErrQty], [txAudDesc], [txCreModDate], [txCreModDate],
[txUserLoggedIn]"
Having a syntax error when using the update statement to a linked table.
Getting a 3155 error in mySQL. Any help is appreciated.
vSQL = "insert into audit_history (auditor_id, audit_date, audit_shift_code,
associate_id, wave, dept_id, error_date, error_shift_code, task_error_id,
qty_aud, qty_err, comments, dtimecre, dtimemod, usrmod)" & _
"select [cbAudAuditor], [txAudDate], [cbAudShift], [cbAudEmp],
[txAudWave], [cbAudDept], [txAudErrDate], [cbAudErrShift], [cbAudErrID],
[txAudQty], [txAudErrQty], [txAudDesc], [txCreModDate], [txCreModDate],
[txUserLoggedIn]"