I have a database that I'm trying to simplify the design of but I'm struggling a little with it.

Just for illustration let's say I have two tables, TableA and TableB.

Each Row in TableA stores info for a type of document.

TableB stores info for who that document in TableA gets sent to. It allows the user to input as many people as needed per row in TableA but
after years of having this method, there...