As the title suggests, I need to import data from a file to tables that have many-to-many relationships like in the example posted here : Many to Many
there is one main table (tblProviders), which has a linking table (tblProvServ) which links providers with services (tblServices). This...