hi,
Im using a SQL string to update several columns within my table, one of whcih needs to be now() but i cant get it working.
the sql string is:
qs = "UPDATE [Holidays] SET Cancelled_By = '" & Me.User_iD & "', Date_Cancelled = " & Now & ",
which throws the error:
Runtime Error 3075
syntax error (misisng operator) in query expression
im guesisng its something to do with teh format of it but cant fidn anything on google or this forum that helps me with this specific issue.
Thanks in advance
Im using a SQL string to update several columns within my table, one of whcih needs to be now() but i cant get it working.
the sql string is:
qs = "UPDATE [Holidays] SET Cancelled_By = '" & Me.User_iD & "', Date_Cancelled = " & Now & ",
which throws the error:
Runtime Error 3075
syntax error (misisng operator) in query expression
im guesisng its something to do with teh format of it but cant fidn anything on google or this forum that helps me with this specific issue.
Thanks in advance