F
FALSE_EMAIL
Hi
I'm stuck, I am trying to copy data from a Form to a table when a button is
used,
I've tried this code but it comes up with an error, can anybody help
CurrentDb.Execute _
"INSERT INTO JAP_audits (Date, Num_audits, Shift) " & _
"VALUES('" & Aud_date & ", '" & Audits & ",'" & Shift & ", ')",
_
dbFailOnError
the Table is Called "JAP_audits" with fields called
Date
Audits
Shift
Thanks in advance
Kev
I'm stuck, I am trying to copy data from a Form to a table when a button is
used,
I've tried this code but it comes up with an error, can anybody help
CurrentDb.Execute _
"INSERT INTO JAP_audits (Date, Num_audits, Shift) " & _
"VALUES('" & Aud_date & ", '" & Audits & ",'" & Shift & ", ')",
_
dbFailOnError
the Table is Called "JAP_audits" with fields called
Date
Audits
Shift
Thanks in advance
Kev