I created an n:n self-referential relationship on a custom table (Deal) in an unmanaged solution.
That had some unexpected navigational consequences (e.g., two confusingly, identically-labeled Related tabs called "Deals" in the main form that appear to be directional in nature {i.e., Related To and Related From}).
I want to delete the n:n relationship and create a 1:n relationship instead, but even after deleting the Associated Deals subgrid and section in the main form (the only thing I added that used the relationship), the relationship still shows a dependency on the main form, but the Remove Dependency option is grayed out everywhere leaving me with only the option to Delete the main form and recreate it—something I desperately don't want to do.
Does anyone have any idea how I can remove this dependency so I can delete the undesired relationship?