I have following query within a module. All I want to do is include where Census_Date = NULL then this also is updated with str_censusdate. I don't think <> does this.
Create.Execute "UPDATE [WL CMDS (RNA00)] SET Census_Date = '" & str_censusdate & "' WHERE Census_Date <> '" & str_censusdate & "'"
Create.Execute "UPDATE [WL CMDS (RNA00)] SET Census_Date = '" & str_censusdate & "' WHERE Census_Date <> '" & str_censusdate & "'"