I am struggling with this:
I get a syntax error in these lines of code:
Anyone see anything wrong?
mafhobb
I get a syntax error in these lines of code:
Code:
'insert values into error table
CurrentDb.Execute "INSERT INTO Error_Table [(User[, Error Number[, Error Description[, Error Form[, Error Control]]]])]" & _
" VALUES (CurrentUser()[, errornumber[, errorcode[, ErrorForm[, ErrorControl]]]])"
Anyone see anything wrong?
mafhobb