I am trying to run the following code but I keep getting the error
'Invalid column name'
SQL1 = " Update SQLACCESS.tblctjor " & _
" Set systemtime = Now " & _
" WHERE systemloggoff = 1 AND start is not null "
DoCmd.RunSQL (SQL1)
I have also tried Now()
'Invalid column name'
SQL1 = " Update SQLACCESS.tblctjor " & _
" Set systemtime = Now " & _
" WHERE systemloggoff = 1 AND start is not null "
DoCmd.RunSQL (SQL1)
I have also tried Now()