I encountered a problem when trying to link separate forms: I got two tables, one being the 'main' table with an autonumbered primary key. A second table has a many-to-many relationship with the main table, thus having two primary keys. One primary key is autonumbered, the other which connects...