My db has three tables: drawing, unit, and component. A unit is based on a drawing and a unit has components. Drawing to unit is M:M as is unit to component. I inserted two junction tables and that appears to work fine. I want to show data from all 3 tables on the same form by using the form wizard and this will take the form of nested sub forms. So drawing then a nested units then components. The form wizard will not do this, If I try just two say drawing and unit that’s fine. But it seems that I cannot include two many to many relationships on the same form?