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...