SQL: Table for UPDATE or DELETE cannot be outer joined (Error 2150)

The table specified in an UPDATE - SQL Command or a DELETE - SQL Command cannot be used in an outer join. This error is generated when the target table in an UPDATE - SQL command or a DELETE - SQL command is a secondary table in an outer join.