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 both tables in the relationship is a long int.<br>The main form's record source is the main table, the second form's record source is the second table. A button was placed on the main form using the Wizard for opening the second form and 'find specific data to display' where the matching fields are both related primary keys. <br>The problem is that no record in the second table is generated with a corresponding primary key value of the current record on the main form. The field where the primary key of the second form is displayed stays empty after opening the second form. Can you help me out?<br>