Is it possible to set the custom settings of the Table Relationships so that the parent row can be deleted without removing the lookup value in the related rows?
From what I can tell I can only chose from the three options;
- Cascade All (delete both the child row and lookup value, not what I want),
- Remove Link (remove the lookup value for all related rows, not what I want because I want to keep this intact), or
- Restrict (prevent the primary table row from being deleted when related table rows exist, again not what I want because I don't mind if this is deleted as long as the lookup value stays intact).
Seems like I need a fourth options that doesn't exist. Does anyone have an idea if this is possible?
If not, any helpful workarounds? I'm thinking I could always save the lookup value that I need into a separate text column. And then make sure that if the lookup value is removed (ie blank) that the text column keeps its orginal value.